Skip to content

Commit 9c80a70

Browse files
committed
ci: dav1d requires gaspp on Win ARM build
gas-preprocessor.pl
1 parent f594dbe commit 9c80a70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,18 @@ jobs:
141141
sudo apt-get update
142142
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
143143
144+
- name: Checkout gas-preprocessor (Windows ARM64)
145+
if: matrix.config.os == 'windows-11-arm'
146+
uses: actions/checkout@v4
147+
with:
148+
repository: FFmpeg/gas-preprocessor
149+
path: gas-preprocessor
150+
151+
- name: Add gas-preprocessor to path (Windows ARM64)
152+
if: matrix.config.os == 'windows-11-arm'
153+
run: |
154+
echo "$PWD\gas-preprocessor" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
155+
144156
- name: Configure
145157
run: meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }} ${{ github.ref_type == 'tag' && '-Dofficial_release=true' || '' }}
146158

0 commit comments

Comments
 (0)