Skip to content

Commit

Permalink
Disable AVX2 on nightly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored Dec 22, 2023
1 parent 7970cab commit 2d88d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- BOOTSTRAP: ../bootstrap --enable-s3 --enable-serialization --force-build-all-deps --enable-vcpkg
- BOOTSTRAP: ../bootstrap --enable-s3 --enable-serialization --disable-avx2 --enable-vcpkg
- os: ubuntu-latest
platform: linux-x86_64
- os: macos-latest
Expand Down

0 comments on commit 2d88d80

Please sign in to comment.