Skip to content

Commit 725b48d

Browse files
committed
ci: fix install params for linux
1 parent 5e7c26c commit 725b48d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
submodules: recursive
2727

2828
- uses: ./.github/actions/install
29+
with:
30+
os: ${{env.OS}}
31+
arch: ${{env.ARCH}}
2932

3033
- name: zig build
3134
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:
5558
submodules: recursive
5659

5760
- uses: ./.github/actions/install
61+
with:
62+
os: ${{env.OS}}
63+
arch: ${{env.ARCH}}
5864

5965
- name: zig build
6066
run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})

0 commit comments

Comments
 (0)