Skip to content

Commit 26ebe4d

Browse files
committed
[.github/workflows/github-actions.yml] Add libarchive-dev to ubuntu; configure dir better on Windows
1 parent 01b53c5 commit 26ebe4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: matrix.os == 'macos-latest'
2727

2828
- name: Install dependencies for Ubuntu
29-
run: sudo apt-get install -y libcurl4-openssl-dev
29+
run: sudo apt-get install -y libcurl4-openssl-dev libarchive-dev
3030
if: matrix.os == 'ubuntu-latest'
3131

3232
- name: checkout vcpkg
@@ -44,7 +44,7 @@ jobs:
4444
- name: configure (with vcpkg on Windows)
4545
working-directory: ./build
4646
run: |
47-
cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="..\vcpkg\scripts\buildsystems\vcpkg.cmake" .
47+
cmake -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_TOOLCHAIN_FILE="..\..\vcpkg\scripts\buildsystems\vcpkg.cmake" ..
4848
shell: cmd
4949
if: matrix.os == 'windows-latest'
5050

0 commit comments

Comments
 (0)