Skip to content

Commit

Permalink
chore(libheifactions)#: Grab ninja beforehand so that AOM can be inst…
Browse files Browse the repository at this point in the history
…alled properly
  • Loading branch information
BlueCyro committed Jul 29, 2024
1 parent fd0077a commit 2b36df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
id: buildoutput
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$Env:GITHUB_OUTPUT"

- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v5

- name: Grab AOM for basic AVIF encoding/decoding
working-directory: ${{ github.workspace }}/third-party
run: ./aom.cmd
Expand Down

0 comments on commit 2b36df2

Please sign in to comment.