Skip to content

Commit d5add9a

Browse files
authored
Merge pull request #220 from openmina/chore/stable-rust-on-gh-ci
ci: Use stable Rust on Github actions pipeline
2 parents 71a6678 + f7b856f commit d5add9a

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)