We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267213e commit 1ea6952Copy full SHA for 1ea6952
.github/workflows/zig-test.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: ./.github/actions/install
57
58
- name: zig build debug
59
- run: zig build -Dprebuilt_v8_path=v8
+ run: zig build -Dprebuilt_v8_path=v8/libc_v8.a
60
61
- name: upload artifact
62
uses: actions/upload-artifact@v4
@@ -104,7 +104,7 @@ jobs:
104
105
106
- name: zig build test
107
- run: zig build -Dprebuilt_v8_path=v8 test -- --json > bench.json
+ run: zig build -Dprebuilt_v8_path=v8/libc_v8.a test -- --json > bench.json
108
109
- name: write commit
110
run: |
0 commit comments