Drop separate "install dependencies" step from CI
This commit is contained in:
parent
88ecd7ac00
commit
9a2a182ea8
1 changed files with 0 additions and 2 deletions
|
|
@ -12,8 +12,6 @@ jobs:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: install dependencies
|
|
||||||
run: cargo install --path .
|
|
||||||
- name: cargo build
|
- name: cargo build
|
||||||
run: cargo build --all-targets
|
run: cargo build --all-targets
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue