This commit is contained in:
parent
071baf8678
commit
f006223839
@ -9,15 +9,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Creates
|
||||
uses: actions/cache@v3
|
||||
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
|
||||
- name: Setup Rust
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Create Script
|
||||
|
Loading…
Reference in New Issue
Block a user