Skip to content

Commit

Permalink
print meson log in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Feb 25, 2024
1 parent 1144286 commit e13a709
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
echo "------- CLANG BIN CONTENTS ----------"
dir $LIBCLANG_PATH
cargo build --release --features=networking,avif
echo "------- meson log ----------"
Get-Content -Path target\release\build\dav1d-sys-12b1c54132bc63c1\out\dav1d\build\meson-logs\meson-log.txt
- name: Copy executable to distributable folder
working-directory: ./distribution/windows/
shell: cmd
Expand Down

0 comments on commit e13a709

Please sign in to comment.