Skip to content

Commit c006fe5

Browse files
committed
CI: Iterate
1 parent 80437f7 commit c006fe5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/rust-shader.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ jobs:
4848
cd rust-gpu
4949
cargo build --release --verbose
5050
51-
- name: which rustc
52-
run: |
53-
which rustc
51+
- name: Install latest nightly
52+
uses: actions-rs/toolchain@v1
53+
with:
54+
toolchain: nightly-2022-12-18-x86_64-unknown-linux-gnu
55+
override: true
56+
components: rustfmt, clippy
5457

5558
- name: Emplace .cargo/config.toml
5659
run: |

0 commit comments

Comments
 (0)