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.
2 parents c9fae67 + fd0813f commit 58d184dCopy full SHA for 58d184d
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: ./.github/actions/install
30
31
- name: zig build
32
- run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dcpu=x86_64_v3+aes
+ run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dcpu=x86_64
33
34
- name: Rename binary
35
run: mv zig-out/bin/browsercore-get lightpanda-get-${{ env.ARCH }}-${{ env.OS }}
0 commit comments