File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 strategy :
177177 matrix :
178178 cfg :
179- - {target: ios, libs: ios }
179+ - {target: ios, libs: macos }
180180 # - {target: tvos, libs: ios} #broken currently maybe better to just remove
181181 env :
182182 TARGET : ${{matrix.cfg.target}}
@@ -188,7 +188,7 @@ jobs:
188188 key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
189189
190190 - name : Download libs
191- run : ./scripts/${{matrix.cfg.libs}}/download_libs .sh
191+ run : ./scripts/${{matrix.cfg.libs}}/download_latest_libs .sh
192192 - name : install
193193 run : ./scripts/ci/$TARGET/install.sh
194194 - name : Build
@@ -260,7 +260,7 @@ jobs:
260260
261261
262262 - name : Download libs
263- run : ./scripts/${{ matrix.cfg.target }}/download_libs .sh
263+ run : ./scripts/${{ matrix.cfg.target }}/download_latest_libs .sh
264264
265265 - name : Build
266266 run :
You can’t perform that action at this time.
0 commit comments