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 66c3723 commit 847ca9aCopy full SHA for 847ca9a
.github/workflows/github-actions.yml
@@ -26,7 +26,7 @@ jobs:
26
if: matrix.os == 'macos-latest'
27
28
- name: Install dependencies for Ubuntu
29
- run: sudo apt-get install -y libcurl4-openssl-dev libarchive-dev
+ run: sudo apt-get install -y libcurl4-openssl-dev libarchive-dev make gcc ninja-build cmake
30
if: matrix.os == 'ubuntu-latest'
31
32
- name: Cache vcpkg
0 commit comments