fix(ci): Use correct x86-64 with builds

This commits fixes the flag to use the right format
for `x86-64`
This commit is contained in:
Tarun Pothulapati 2023-03-16 12:16:39 +05:30 committed by Roman Gershman
parent dd03ce0cf0
commit 94b8951f5e

View File

@ -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: