Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jun 5, 2023
1 parent 4001933 commit 69bfc3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Expand Up @@ -74,12 +74,14 @@ jobs:

- name: Build external dependencies
run:
cargo build -p jcli -p jormungandr -p explorer
cargo build -p jcli -p jormungandr -p explorer -p vit-servicing-station-cli -p vit-servicing-station-server

- name: Save external dependencies
uses: actions/cache/save@v3
with:
path: |
target/debug/vit-servicing-station-cli
target/debug/vit-servicing-station-server
target/debug/jcli
target/debug/jormungandr
target/debug/explorer
Expand Down Expand Up @@ -192,6 +194,8 @@ jobs:
uses: actions/cache/restore@v3
with:
path: |
target/debug/vit-servicing-station-cli
target/debug/vit-servicing-station-server
target/debug/jcli
target/debug/jormungandr
target/debug/explorer
Expand Down

0 comments on commit 69bfc3a

Please sign in to comment.