This commit is contained in:
Martin Raiber 2020-11-18 19:33:04 +01:00 committed by GitHub
parent b7a2351e05
commit 7e33978ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)