Skip to content

Commit 5f07f7e

Browse files
committed
Install current stable Rust in CI
1 parent 3db12c8 commit 5f07f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010

11+
- uses: dtolnay/rust-toolchain@stable
12+
1113
- name: Formatting
1214
run: |
1315
# Install extra rustup components

0 commit comments

Comments
 (0)