From dbfccc291c10aa3a34aef2788fa080d532cdfbfc Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Wed, 4 Oct 2023 09:35:26 -0700 Subject: [PATCH] Update continuous-integration-workflow.yml --- .github/workflows/continuous-integration-workflow.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 184977fde8..4d5f974a11 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -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 @@ -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 @@ -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