Skip to content

Commit 620832d

Browse files
committed
chore(libheifactions)#: Display contents of ninja build file to figure out what is happening
1 parent a86ef32 commit 620832d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
- uses: seanmiddleditch/gha-setup-ninja@master
5858
- name: Grab AOM for basic AVIF encoding/decoding
5959
working-directory: ${{ github.workspace }}/third-party
60-
run: ./aom.cmd
60+
run: |
61+
./aom.cmd
62+
cat ./build.libavif
6163
6264
- name: Configure CMake
6365
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}

0 commit comments

Comments
 (0)