Skip to content

Commit f7b856f

Browse files
committed
ci: Use stable Rust on Github actions pipeline
1 parent 71a6678 commit f7b856f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Setup Rust
2020
run: |
21-
rustup install nightly
22-
rustup override set nightly
21+
rustup install stable
22+
rustup override set stable
2323
rustup component add clippy rustfmt
2424
2525
# - name: Check

0 commit comments

Comments
 (0)