Skip to content

Commit

Permalink
fix(ci): Use correct x86-64 with builds
Browse files Browse the repository at this point in the history
This commits fixes the flag to use the right format
for `x86-64`
  • Loading branch information
Pothulapati committed Mar 16, 2023
1 parent dd03ce0 commit e453452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# Build with these flags
flags: ["-DMARCH_OPT=-march=x86_64"]
flags: ["-DMARCH_OPT=-march=x86-64"]
timeout-minutes: 30

container:
Expand Down

0 comments on commit e453452

Please sign in to comment.