Skip to content

Commit

Permalink
use rust-cache when building mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Dec 5, 2023
1 parent fc9011e commit 31356b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
cd ../sdk-core
make init
- uses: Swatinem/rust-cache@v2
with:
workspaces: breez-sdk/libs

- name: 🔨 Build Breez SDK
env:
SSH_PRIVATE_KEY: ${{secrets.REPO_SSH_KEY}}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
cd ../sdk-core
make init
- uses: Swatinem/rust-cache@v2
with:
workspaces: breez-sdk/libs

- name: build sdk
env:
SSH_PRIVATE_KEY: ${{secrets.REPO_SSH_KEY}}
Expand Down

0 comments on commit 31356b9

Please sign in to comment.