Skip to content

Commit 1ea6952

Browse files
committed
point zig directly to cached libc_v8.a
1 parent 267213e commit 1ea6952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zig-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: ./.github/actions/install
5757

5858
- name: zig build debug
59-
run: zig build -Dprebuilt_v8_path=v8
59+
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a
6060

6161
- name: upload artifact
6262
uses: actions/upload-artifact@v4
@@ -104,7 +104,7 @@ jobs:
104104
- uses: ./.github/actions/install
105105

106106
- name: zig build test
107-
run: zig build -Dprebuilt_v8_path=v8 test -- --json > bench.json
107+
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a test -- --json > bench.json
108108

109109
- name: write commit
110110
run: |

0 commit comments

Comments
 (0)