Skip to content

Commit d108fac

Browse files
committed
wip12
1 parent 76a91fd commit d108fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
arch: ${{env.ARCH}}
130130

131131
- name: zig build
132-
run: zig build -Dtarget=x86_64-macos --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
132+
run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
133133

134134
- name: Rename binary
135135
run: mv zig-out/bin/lightpanda lightpanda-${{ env.ARCH }}-${{ env.OS }}

0 commit comments

Comments
 (0)