mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Add sudo
This commit is contained in:
parent
b7a2351e05
commit
7e33978ca8
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install build dependencies
|
||||
run: apt-get update && apt-get install libfuse-dev libcurl4-nss-dev libcrypto++-dev libzstd-dev
|
||||
run: sudo apt-get update && sudo apt-get install libfuse-dev libcurl4-nss-dev libcrypto++-dev libzstd-dev
|
||||
- name: autoconf (server)
|
||||
run: ./switch_build.sh server && autoreconf --install
|
||||
- name: configure (server)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user