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 5e7c26c commit 725b48dCopy full SHA for 725b48d
.github/workflows/build.yml
@@ -26,6 +26,9 @@ jobs:
26
submodules: recursive
27
28
- uses: ./.github/actions/install
29
+ with:
30
+ os: ${{env.OS}}
31
+ arch: ${{env.ARCH}}
32
33
- name: zig build
34
run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
@@ -55,6 +58,9 @@ jobs:
55
58
56
59
57
60
61
62
63
64
65
66
run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
0 commit comments