Skip to content

Commit 781cc51

Browse files
committed
wip
1 parent 8589ee0 commit 781cc51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)