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 690eefa commit bcea1f8Copy full SHA for bcea1f8
.github/workflows/ci-sub.yaml
@@ -10,9 +10,9 @@ jobs:
10
steps:
11
- run: rustup default none && rustup self uninstall -y
12
- run: |
13
- rustc --version || true
14
- cargo --version || true
15
- rustup --version || true
+ rustc --version || true
+ cargo --version || true
+ rustup --version || true
16
- uses: actions/checkout@v5
17
- uses: actions-rust-lang/setup-rust-toolchain@main
18
with:
0 commit comments