Skip to content

Commit 0b9b880

Browse files
authored
Update of.yml
1 parent c4d23f9 commit 0b9b880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/of.yml

+3-3
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)