Skip to content

Commit e8bd120

Browse files
committed
chore(libheifactions)#: Move dependencies to the top, maybe that'll fix the weird path issue
1 parent 821313e commit e8bd120

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test-action.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
Build-Windows:
4242
runs-on: windows-latest
4343
steps:
44+
- uses: ilammy/setup-nasm@v1
45+
- uses: seanmiddleditch/gha-setup-ninja@master
46+
47+
4448
- name: Check out repository code
4549
uses: actions/checkout@v4
4650

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

56-
- name: Install ninja-build tool
57-
uses: seanmiddleditch/gha-setup-ninja@master
58-
59-
- name: Install nasm
60-
uses: ilammy/setup-nasm@v1
61-
6260
- name: Grab AOM for basic AVIF encoding/decoding
6361
working-directory: ${{ github.workspace }}/third-party
6462
run: ./aom.cmd

0 commit comments

Comments
 (0)