Skip to content

Commit

Permalink
fix log path
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 23, 2024
1 parent 36cd057 commit 0bbe853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ubuntu-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
with:
name: ${{matrix.base_system}}_vcpkg_logs.log
path: |
${{github.workspace}}/vcpkg-bootstrap.log
${{github.workspace}}/build/vcpkg-bootstrap.log
${{github.workspace}}/vcpkg/buildtrees/**/*.log
- name: Upload compile_commands.json
Expand Down

0 comments on commit 0bbe853

Please sign in to comment.