We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86ef32 commit 620832dCopy full SHA for 620832d
.github/workflows/test-action.yml
@@ -57,7 +57,9 @@ jobs:
57
- uses: seanmiddleditch/gha-setup-ninja@master
58
- name: Grab AOM for basic AVIF encoding/decoding
59
working-directory: ${{ github.workspace }}/third-party
60
- run: ./aom.cmd
+ run: |
61
+ ./aom.cmd
62
+ cat ./build.libavif
63
64
- name: Configure CMake
65
working-directory: ${{ steps.buildoutput.outputs.build-output-dir }}
0 commit comments