We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0807e commit 28407ddCopy full SHA for 28407dd
.github/workflows/github-actions.yml
@@ -27,17 +27,7 @@ jobs:
27
28
- name: Install dependencies for Ubuntu
29
run:
30
- sudo apt-get install -y cmake \
31
- gcc \
32
- libarchive-dev \
33
- libbsd-dev \
34
- libc-dev \
35
- libcurl4-openssl-dev \
36
- librhash-dev \
37
- libssl-dev \
38
- make \
39
- ninja-build \
40
- pkg-config
+ sudo apt-get install -y cmake gcc libarchive-dev libbsd-dev libc-dev libcurl4-openssl-dev librhash-dev libssl-dev make ninja-build pkg-config
41
if: matrix.os == 'ubuntu-latest'
42
43
- name: Cache vcpkg
0 commit comments