Replace other actions-rs GitHub actions
This commit is contained in:
parent
38245da1ba
commit
0143bd9b9f
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -29,10 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
if: steps.xtask-cache.outputs.cache-hit != 'true'
|
if: steps.xtask-cache.outputs.cache-hit != 'true'
|
||||||
uses: actions-rs/cargo@v1
|
run: cargo build -p xtask
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: -p xtask
|
|
||||||
|
|
||||||
style:
|
style:
|
||||||
name: Style
|
name: Style
|
||||||
@ -51,9 +48,9 @@ jobs:
|
|||||||
uses: crate-ci/typos@v1.14.8
|
uses: crate-ci/typos@v1.14.8
|
||||||
|
|
||||||
- name: Install cargo-sort
|
- name: Install cargo-sort
|
||||||
uses: actions-rs/install@v0.1
|
uses: taiki-e/cache-cargo-install-action@v1
|
||||||
with:
|
with:
|
||||||
crate: cargo-sort
|
tool: cargo-sort
|
||||||
|
|
||||||
- name: Get xtask
|
- name: Get xtask
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user