Skip to content

Commit

Permalink
Update release-zig-9.1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai authored May 14, 2023
1 parent 039a077 commit bf15b16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-zig-9.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get install -y libglew-dev libsdl2-dev libpng-dev xorg-dev
- name: Build executable
run: zig build -Drelease-fast --verbose
run: zig build -Drelease-fast -Dtarget=x86_64-linux-gnu --verbose

- name: Copy data files
run: cp -pr *.sld assets ./zig-out/bin/
Expand Down Expand Up @@ -86,8 +86,7 @@ jobs:
- name: Build executable
# run: zig build -Drelease-fast --verbose
# let's try with a debug build first
# for try to pin the build to an old sandybridge cpu
run: zig build --verbose -Dtarget=x86_64-native -Dcpu=sandybridge
run: zig build --verbose -Dtarget=x86_64-windows

- name: Copy data files
shell: powershell
Expand Down

0 comments on commit bf15b16

Please sign in to comment.