Skip to content

Commit

Permalink
chore(libheifactions)#: Display contents of ninja build file to figur…
Browse files Browse the repository at this point in the history
…e out what is happening
  • Loading branch information
BlueCyro committed Jul 29, 2024
1 parent a86ef32 commit 620832d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master
- name: Grab AOM for basic AVIF encoding/decoding
working-directory: ${{ github.workspace }}/third-party
run: ./aom.cmd
run: |
./aom.cmd
cat ./build.libavif
- name: Configure CMake
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
Expand Down

0 comments on commit 620832d

Please sign in to comment.