We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae519f commit 4422846Copy full SHA for 4422846
.github/workflows/ci.yml
@@ -43,9 +43,6 @@ jobs:
43
- name: mingw-check
44
os: ubuntu-20.04-xl
45
env: {}
46
- - name: x86_64-gnu-llvm-12
47
- os: ubuntu-20.04-xl
48
- env: {}
49
- name: dist-x86_64-msvc-alt
50
env:
51
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-extended --enable-profiler"
src/ci/github-actions/ci.yml
@@ -288,9 +288,6 @@ jobs:
288
289
<<: *job-linux-xl
290
291
292
- <<: *job-linux-xl
293
-
294
295
296
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
0 commit comments