Skip to content

Commit

Permalink
Update cmake-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl authored Apr 5, 2024
1 parent 5786275 commit 914e7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Build your program with the given configuration
run: |
cmake --build build --config ${{env.BUILD_TYPE}}
echo "$PWD/build/lib/" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/build/lib" >> $GITHUB_PATH
- name: '${{ matrix.icon }} Test'
working-directory: build
Expand Down

0 comments on commit 914e7e9

Please sign in to comment.