Skip to content

Commit

Permalink
fixed sandybridging build
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 18, 2022
1 parent 0854c15 commit dc74d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-zig-9.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# 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 -target x86_64-native -mcpu sandybridge
run: zig build --verbose -Dtarget=x86_64-native -Dcpu=sandybridge

- name: Copy data files
shell: powershell
Expand Down

0 comments on commit dc74d4f

Please sign in to comment.