Skip to content

Commit 9c75f29

Browse files
committed
ci: optimize 2e2 build
1 parent 343f388 commit 9c75f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: ./.github/actions/install
5656

5757
- name: zig build release
58-
run: zig build -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
58+
run: zig build -Doptimize=ReleaseFast -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
5959

6060
- name: upload artifact
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)