We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0077a commit 2b36df2Copy full SHA for 2b36df2
.github/workflows/test-action.yml
@@ -54,6 +54,9 @@ jobs:
54
id: buildoutput
55
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$Env:GITHUB_OUTPUT"
56
57
+ - name: Install ninja-build tool
58
+ uses: seanmiddleditch/gha-setup-ninja@v5
59
+
60
- name: Grab AOM for basic AVIF encoding/decoding
61
working-directory: ${{ github.workspace }}/third-party
62
run: ./aom.cmd
0 commit comments