Skip to content

Commit

Permalink
ci: use correct source directory for cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed May 7, 2024
1 parent 0fcc8b8 commit fad4551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Configure build
working-directory: ${{runner.workspace}}
run: |
cmake -B build -S asap `
cmake -B build -S $GITHUB_WORKSPACE `
-D CMAKE_BUILD_TYPE=${{matrix.build_type}} `
-G "${{ matrix.generator }}" `
-D USE_CCACHE=ON `
Expand Down

0 comments on commit fad4551

Please sign in to comment.