parent
2265d8c0a3
commit
cf359d3bd4
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Cargo
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: cargo fetch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue