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 76a91fd commit d108facCopy full SHA for d108fac
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
arch: ${{env.ARCH}}
130
131
- 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 }})
+ run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
133
134
- name: Rename binary
135
run: mv zig-out/bin/lightpanda lightpanda-${{ env.ARCH }}-${{ env.OS }}
0 commit comments