We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea736b commit 6ed6429Copy full SHA for 6ed6429
.github/workflows/ci.yml
@@ -1,4 +1,3 @@
1
-
2
name: CI
3
4
on:
@@ -15,7 +14,7 @@ jobs:
15
14
matrix:
16
rust: [
17
# Test with toolchain file override
18
- "1.60",
+ "",
19
# Test that the sparse registry check works.
20
# 1.66 and 1.67 don't support stable sparse registry.
21
"1.66",
@@ -41,10 +40,10 @@ jobs:
41
40
profile = "minimal"
42
EOF
43
shell: bash
44
- if: matrix.rust == '1.60'
+ if: matrix.rust == ''
45
46
- uses: ./
47
- name: Run actions-rust-lang/setup-rust-toolchain ${{matrix.rust}}
+ name: Run actions-rust-lang/setup-rust-toolchain ${{matrix.rust || 'on toolchain file'}}
48
id: toolchain
49
with:
50
toolchain: ${{matrix.rust}}
0 commit comments