Skip to content

Commit

Permalink
✨ Add lib build step
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jun 21, 2024
1 parent 0ae0821 commit c30ec03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-bolt-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ jobs:
cargo install --path cli --force --locked
bolt build
- name: Generate lib
run: |
cd clients/bolt-sdk
yarn install && yarn build
cd ../..
- name: run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
Expand Down

0 comments on commit c30ec03

Please sign in to comment.