Skip to content

Commit 1fbbab7

Browse files
committed
Use release=fast again
1 parent 25e83a0 commit 1fbbab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: zig build test --summary all
3232

3333
- name: Build release binary
34-
run: zig build --release=safe --summary all
34+
run: zig build --release=fast --summary all
3535

3636
- name: Log in to the Container registry
3737
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)