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 01b53c5 commit 26ebe4dCopy full SHA for 26ebe4d
.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
+ run: sudo apt-get install -y libcurl4-openssl-dev libarchive-dev
30
if: matrix.os == 'ubuntu-latest'
31
32
- name: checkout vcpkg
@@ -44,7 +44,7 @@ jobs:
44
- name: configure (with vcpkg on Windows)
45
working-directory: ./build
46
run: |
47
- cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="..\vcpkg\scripts\buildsystems\vcpkg.cmake" .
+ cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="..\..\vcpkg\scripts\buildsystems\vcpkg.cmake" ..
48
shell: cmd
49
if: matrix.os == 'windows-latest'
50
0 commit comments