File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
strategy :
177
177
matrix :
178
178
cfg :
179
- - {target: ios, libs: ios }
179
+ - {target: ios, libs: macos }
180
180
# - {target: tvos, libs: ios} #broken currently maybe better to just remove
181
181
env :
182
182
TARGET : ${{matrix.cfg.target}}
@@ -188,7 +188,7 @@ jobs:
188
188
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
189
189
190
190
- name : Download libs
191
- run : ./scripts/${{matrix.cfg.libs}}/download_libs .sh
191
+ run : ./scripts/${{matrix.cfg.libs}}/download_latest_libs .sh
192
192
- name : install
193
193
run : ./scripts/ci/$TARGET/install.sh
194
194
- name : Build
@@ -260,7 +260,7 @@ jobs:
260
260
261
261
262
262
- name : Download libs
263
- run : ./scripts/${{ matrix.cfg.target }}/download_libs .sh
263
+ run : ./scripts/${{ matrix.cfg.target }}/download_latest_libs .sh
264
264
265
265
- name : Build
266
266
run :
You can’t perform that action at this time.
0 commit comments