Skip to content

Commit

Permalink
chore(libheifactions)#: Move dependencies to the top, maybe that'll f…
Browse files Browse the repository at this point in the history
…ix the weird path issue
  • Loading branch information
BlueCyro committed Jul 29, 2024
1 parent 821313e commit e8bd120
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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 @@ -53,12 +57,6 @@ jobs:
id: buildoutput
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$Env:GITHUB_OUTPUT"

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

- name: Install nasm
uses: ilammy/setup-nasm@v1

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

0 comments on commit e8bd120

Please sign in to comment.