Skip to content

Commit 5b74a5e

Browse files
committed
maybe fix
1 parent 3b72aca commit 5b74a5e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
run: find $RUNNER_WORKSPACE
3939
shell: bash
4040

41+
- name: Install libcrypt-dev
42+
if: matrix.os == 'ubuntu-latest'
43+
run: sudo apt-get install libcrypt-dev
44+
shell: bash
45+
4146
- name: Setup vcpkg
4247
uses: lukka/run-vcpkg@v11
4348
id: runvcpkg
@@ -53,7 +58,7 @@ jobs:
5358
uses: lukka/run-cmake@v10
5459
id: runcmake
5560
with:
56-
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
61+
cmakeListsTxtPath: '@CMakeLists.txt'
5762
configurePreset: 'ninja-multi-vcpkg'
5863
buildPreset: 'ninja-multi-vcpkg'
5964
- name: List $RUNNER_WORKSPACE after build
@@ -63,4 +68,4 @@ jobs:
6368
uses: actions/upload-artifact@v4
6469
with:
6570
name: build-${{ matrix.os }}-${{ github.workflow }}
66-
path: $RUNNER_WORKSPACE/build
71+
path: builds

0 commit comments

Comments
 (0)