Skip to content

Commit 047ca90

Browse files
committed
ci: dav1d requires gaspp on Win ARM build
gas-preprocessor.pl
1 parent 8fedd95 commit 047ca90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,19 @@ jobs:
143143
sudo apt-get update
144144
sudo apt-get install ninja-build build-essential libx11-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev libhunspell-dev libcurl4-openssl-dev libuchardet-dev libgtest-dev libgmock-dev libwxgtk3.2-dev
145145
146+
- name: Checkout gas-preprocessor (Windows ARM64)
147+
if: matrix.config.os == 'windows-11-arm'
148+
uses: actions/checkout@v4
149+
with:
150+
repository: FFmpeg/gas-preprocessor
151+
ref: a120373ba30de06675d8c47617b315beef16c88e
152+
path: gas-preprocessor
153+
154+
- name: Add gas-preprocessor to path (Windows ARM64)
155+
if: matrix.config.os == 'windows-11-arm'
156+
run: |
157+
echo "$PWD\gas-preprocessor" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
158+
146159
- name: Configure
147160
run: meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }} ${{ github.ref_type == 'tag' && '-Dofficial_release=true' || '' }}
148161

0 commit comments

Comments
 (0)