We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec2f9b commit 491d791Copy full SHA for 491d791
1 file changed
.github/workflows/chacha20.yml
@@ -79,6 +79,9 @@ jobs:
79
80
# Tests for the AVX-512 backend
81
avx512:
82
+ # It looks like Intel blocks `curl` downloads, so the job is disabled
83
+ # until a fix is found
84
+ if: false
85
runs-on: ubuntu-latest
86
strategy:
87
matrix:
@@ -90,9 +93,6 @@ jobs:
90
93
CARGO_INCREMENTAL: 0
91
94
RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
92
95
steps:
- # It looks like Intel blocks `curl` downloads, so the job is disabled
- # until a fix is found
- - if: false
96
- uses: actions/checkout@v6
97
- name: Install Intel SDE
98
run: |
0 commit comments