Skip to content

Commit 491d791

Browse files
committed
fix CI
1 parent 3ec2f9b commit 491d791

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/chacha20.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979

8080
# Tests for the AVX-512 backend
8181
avx512:
82+
# It looks like Intel blocks `curl` downloads, so the job is disabled
83+
# until a fix is found
84+
if: false
8285
runs-on: ubuntu-latest
8386
strategy:
8487
matrix:
@@ -90,9 +93,6 @@ jobs:
9093
CARGO_INCREMENTAL: 0
9194
RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
9295
steps:
93-
# It looks like Intel blocks `curl` downloads, so the job is disabled
94-
# until a fix is found
95-
- if: false
9696
- uses: actions/checkout@v6
9797
- name: Install Intel SDE
9898
run: |

0 commit comments

Comments
 (0)