Skip to content

Commit

Permalink
chore(libheifactions)#: Try doing nasm and ninja setup just before aom
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Jul 29, 2024
1 parent e8bd120 commit a86ef32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
Build-Windows:
runs-on: windows-latest
steps:
- uses: ilammy/setup-nasm@v1
- uses: seanmiddleditch/gha-setup-ninja@master


- name: Check out repository code
uses: actions/checkout@v4

Expand All @@ -57,6 +53,8 @@ jobs:
id: buildoutput
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$Env:GITHUB_OUTPUT"

- uses: ilammy/setup-nasm@v1
- uses: seanmiddleditch/gha-setup-ninja@master
- name: Grab AOM for basic AVIF encoding/decoding
working-directory: ${{ github.workspace }}/third-party
run: ./aom.cmd
Expand Down

0 comments on commit a86ef32

Please sign in to comment.