parent
e0d9596aee
commit
6393da234d
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Cargo via Ubuntu package
|
||||
run: sudo apt update && sudo apt-get install -y cargo
|
||||
run: sudo apt update && sudo apt-get install -y rustup
|
||||
|
||||
- name: Install Rust
|
||||
run: rustup-init -y
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue