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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- run: rustup toolchain install stable
|
||||
|
||||
- name: Cache Rust dependencies and build artifacts
|
||||
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
workspaces: "proxy -> target"
|
||||
key: ${{ matrix.target }}
|
||||
|
||||
- name: Build proxy
|
||||
working-directory: proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue