Skip to content

Commit

Permalink
chore(ci): fix cmake file location
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Tom authored Sep 27, 2024
1 parent 7d703f5 commit 87bcdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run CMake with vcpkg.json manifest
uses: lukka/run-cmake@v10
with:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
cmakeListsTxtPath: '${{ runner.workspace }}/CMakeLists.txt'
configurePreset: ninja-multi-vcpkg
buildPreset: ninja-multi-vcpkg

0 comments on commit 87bcdbd

Please sign in to comment.