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 da2d537 commit cd64375Copy full SHA for cd64375
.github/workflows/cmake.yml
@@ -50,7 +50,7 @@ jobs:
50
if: matrix.os == 'linux' || matrix.os == 'ubuntu-latest'
51
run: |
52
sudo apt-get update
53
- sudo apt-get install -y build-essential cmake
+ sudo apt-get install -y build-essential cmake curl zip unzip tar
54
55
- name: Install vcpkg on Linux and macOS
56
if: runner.os != 'Windows'
0 commit comments