File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,18 @@ jobs:
143
143
sudo apt-get update
144
144
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
145
145
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
+ path : gas-preprocessor
152
+
153
+ - name : Add gas-preprocessor to path (Windows ARM64)
154
+ if : matrix.config.os == 'windows-11-arm'
155
+ run : |
156
+ echo "$PWD\gas-preprocessor" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
157
+
146
158
- name : Configure
147
159
run : meson setup build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }} ${{ github.ref_type == 'tag' && '-Dofficial_release=true' || '' }}
148
160
You can’t perform that action at this time.
0 commit comments