mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Attempted fix
This commit is contained in:
29
.github/actions/rust-cache/action.yaml
vendored
29
.github/actions/rust-cache/action.yaml
vendored
@@ -1,17 +1,16 @@
|
||||
name: Rust Cache
|
||||
|
||||
jobs:
|
||||
cache:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: dot-cargo
|
||||
restore-keys: dot-cargo
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: target
|
||||
key: target
|
||||
restore-keys: target
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cargo
|
||||
key: dot-cargo
|
||||
restore-keys: dot-cargo
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: target
|
||||
key: target
|
||||
restore-keys: target
|
||||
Reference in New Issue
Block a user