Skip to content

Commit 2b36df2

Browse files
committed
chore(libheifactions)#: Grab ninja beforehand so that AOM can be installed properly
1 parent fd0077a commit 2b36df2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
id: buildoutput
5555
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$Env:GITHUB_OUTPUT"
5656

57+
- name: Install ninja-build tool
58+
uses: seanmiddleditch/gha-setup-ninja@v5
59+
5760
- name: Grab AOM for basic AVIF encoding/decoding
5861
working-directory: ${{ github.workspace }}/third-party
5962
run: ./aom.cmd

0 commit comments

Comments
 (0)