This commit is contained in:
parent
071baf8678
commit
f006223839
@ -9,15 +9,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Cache Creates
|
- name: Setup Rust
|
||||||
uses: actions/cache@v3
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
env:
|
|
||||||
cache-name: cache-create
|
|
||||||
with:
|
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/Cargo.toml') }}
|
|
||||||
path: ~/.cargo
|
|
||||||
- name: Setup Cargo
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- name: Create Script
|
- name: Create Script
|
||||||
|
Loading…
Reference in New Issue
Block a user