Skip to content

Commit

Permalink
fall back win build to debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 17, 2022
1 parent 5cb5bd8 commit 1dceff9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-zig-9.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
# run: Install-Module 7Zip4PowerShell -Force -Verbose

- name: Build executable
run: zig build -Drelease-fast --verbose
# run: zig build -Drelease-fast --verbose
# for some reason, win exes don't want to be in release-fast mode
run: zig build --verbose

- name: Copy data files
shell: powershell
Expand Down

0 comments on commit 1dceff9

Please sign in to comment.