mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-09 23:55:34 +00:00
build: Rust 1.82 is released
This commit is contained in:
parent
ea69062a6d
commit
3afa73db52
4 changed files with 14 additions and 14 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -20,10 +20,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust beta
|
||||
- name: Install Rust
|
||||
run: |
|
||||
rustup update --no-self-update beta
|
||||
rustup default beta
|
||||
rustup update --no-self-update stable
|
||||
rustup default stable
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue