Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npwardberkeley authored Oct 4, 2023
1 parent 6a35f92 commit dbfccc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-06-30
toolchain: nightly
override: true
target: armv7-unknown-linux-gnueabihf

Expand Down Expand Up @@ -164,7 +164,6 @@ jobs:
strategy:
matrix:
feature: [ "+avx512bw,+avx512cd,+avx512dq,+avx512f,+avx512vl", +avx2, "-avx2,-avx512bw,-avx512cd,-avx512dq,-avx512f,-avx512vl" ]
# feature: [ "-avx2,-avx512bw,-avx512cd,-avx512dq,-avx512f,-avx512vl" ]
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -174,7 +173,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-06-30
toolchain: nightly
override: true
target: x86_64-unknown-linux-gnu

Expand Down

0 comments on commit dbfccc2

Please sign in to comment.