ci: update install workflow according to v8 changes

This commit is contained in:
Pierre Tachoire
2025-11-26 11:00:18 +01:00
parent 4cbd1da749
commit 90f6495e93
6 changed files with 12 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ jobs:
- uses: ./.github/actions/install
- name: zig build debug
run: zig build
run: zig build -Dprebuilt_v8_path=v8
- name: upload artifact
uses: actions/upload-artifact@v4
@@ -104,7 +104,7 @@ jobs:
- uses: ./.github/actions/install
- name: zig build test
run: zig build test -- --json > bench.json
run: zig build -Dprebuilt_v8_path=v8 test -- --json > bench.json
- name: write commit
run: |