mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add rust cache
This commit is contained in:
parent
1468615846
commit
17967bbb82
1 changed files with 6 additions and 3 deletions
9
.github/workflows/create-artifact.yml
vendored
9
.github/workflows/create-artifact.yml
vendored
|
|
@ -125,10 +125,13 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Rust
|
- run: rustup toolchain install stable
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
|
- name: Cache Rust dependencies and build artifacts
|
||||||
|
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.target }}
|
workspaces: "proxy -> target"
|
||||||
|
key: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Build proxy
|
- name: Build proxy
|
||||||
working-directory: proxy
|
working-directory: proxy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue