Skip to content

Commit

Permalink
update rust version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Beng committed Jul 18, 2024
1 parent 6015bb2 commit 0fe6d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Setup Rust Toolchain
run: |
rustup toolchain install 1.72.0
rustup default 1.72.0
rustup toolchain install nightly
rustup default nightly
- name: cargo check
run: cargo check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Setup Rust Toolchain
run: |
rustup toolchain install 1.72.0
rustup default 1.72.0
rustup toolchain install nightly
rustup default nightly
- name: cargo check
run: cargo check

0 comments on commit 0fe6d80

Please sign in to comment.