Skip to content

Commit

Permalink
add some debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
quyykk committed Aug 29, 2023
1 parent 4c770f9 commit 6756361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
with:
configurePreset: 'linux-ci'
buildPreset: 'linux-ci'
- run: |
cat /home/runner/work/plugin-editor/plugin-editor/vcpkg/buildtrees/gtk3/config-x64-linux-dynamic-dbg-meson-log.txt.log
cat /home/runner/work/plugin-editor/plugin-editor/vcpkg/buildtrees/gtk3/config-x64-linux-dynamic-dbg-out.log
if: always()
- name: Package Application
run: ./utils/build_appimage.sh build/ci
- name: Upload artifact
Expand Down

0 comments on commit 6756361

Please sign in to comment.