Skip to content

Commit

Permalink
CI: Fixup path for solana install
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Sep 5, 2024
1 parent 300475b commit c1610a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
run: ./install-rust-build-deps.sh

- name: Install Solana
run: ./install-solana.sh
run: |
./install-solana.sh
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Build and test program
run: cd ${{ matrix.program }} && cargo test-sbf

0 comments on commit c1610a7

Please sign in to comment.