Skip to content

Commit

Permalink
Add soroban-cli to binaries cached for ci builds (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jun 23, 2023
1 parent f6266a2 commit 79e6677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

cargo:
strategy:
fail-fast: false
matrix:
crate:
- name: cargo-workspaces
Expand All @@ -32,6 +33,8 @@ jobs:
version: '0.11.6'
- name: cargo-fuzz
version: '0.11.2'
- name: soroban-cli
version: '0.8.7'
runs-on:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 79e6677

Please sign in to comment.