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 343f388 commit 9c75f29Copy full SHA for 9c75f29
.github/workflows/e2e-test.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: ./.github/actions/install
56
57
- name: zig build release
58
- run: zig build -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
+ run: zig build -Doptimize=ReleaseFast -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
59
60
- name: upload artifact
61
uses: actions/upload-artifact@v4
0 commit comments