Skip to content

Commit

Permalink
WIP: Use vku with vcpkg overlays.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Jul 21, 2024
1 parent 48722e1 commit c0590a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Print log file if previous step failed
if: ${{ failure() }}
run: |
cat "/usr/local/share/vcpkg/buildtrees/vku/config-x64-linux-out.log"
cat "/usr/local/share/vcpkg/buildtrees/vku/config-x64-linux-clang-out.log"
- name: Build
run: cmake --build build --config release

0 comments on commit c0590a1

Please sign in to comment.