File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ jobs:
117
117
-w /workspace ${{ env.ubuntu_image }} /bin/sh -c '
118
118
set -e
119
119
apt update
120
- apt install -y clang
121
120
apt install -y clang build-essential cmake libsdl2-dev
122
121
cmake . -DWHISPER_SDL2=ON -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
123
122
make
@@ -167,7 +166,7 @@ jobs:
167
166
s2arc : x64
168
167
jnaPath : win32-x86-64
169
168
- sdl2 : ON
170
- s2ver : 2.26.0
169
+ s2ver : 2.28.5
171
170
172
171
steps :
173
172
- name : Clone
@@ -228,7 +227,7 @@ jobs:
228
227
obzip : https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25-x64.zip
229
228
s2arc : x64
230
229
- sdl2 : ON
231
- s2ver : 2.26.0
230
+ s2ver : 2.28.5
232
231
233
232
steps :
234
233
- name : Clone
@@ -295,7 +294,7 @@ jobs:
295
294
- arch : x64
296
295
s2arc : x64
297
296
- sdl2 : ON
298
- s2ver : 2.26.0
297
+ s2ver : 2.28.5
299
298
300
299
steps :
301
300
- name : Clone
@@ -321,7 +320,8 @@ jobs:
321
320
run : >
322
321
cmake -S . -B ./build -A ${{ matrix.arch }}
323
322
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
324
- -DWHISPER_CUBLAS=1
323
+ -DWHISPER_CUBLAS=${{ matrix.cublas }}
324
+ -DWHISPER_SDL2=${{ matrix.sdl2 }}
325
325
326
326
- name : Build ${{ matrix.cuda-toolkit }}
327
327
run : |
You can’t perform that action at this time.
0 commit comments