File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ jobs:
143143
144144 build-aarch64-ios :
145145 env :
146- OS : ios
147146 ARCH : aarch64
148147
149148 runs-on : macos-latest
@@ -162,8 +161,8 @@ jobs:
162161 fetch-depth : 0
163162
164163 - run : OS=macos zig build get-v8 # We force the OS to macos here b/c ios is not supported by get-v8
165- - run : zig build -Doptimize=ReleaseSafe build-v8
166- - run : mv v8/out/${{ env.OS }}/release/obj/zig/libc_v8.a libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.ARCH }}.a
164+ - run : OS=ios zig build -Doptimize=ReleaseSafe build-v8
165+ - run : OS=ios mv v8/out/${{ env.OS }}/release/obj/zig/libc_v8.a libc_v8_${{ env.V8_REVISION }}_${{ env.OS }}_${{ env.ARCH }}.a
167166
168167 - name : Upload the build
169168 uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments