Skip to content

Commit

Permalink
👷 Github path
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 4, 2024
1 parent 413c4ae commit 60ea897
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Solana
run: |
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
solana --version
lint:
Expand Down Expand Up @@ -73,12 +73,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Solana
- name: Create keypair
run: |
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
solana --version
solana-keygen new --silent --no-bip39-passphrase
solana airdrop 100
- name: Set Deployment Keys
run: |
Expand Down

0 comments on commit 60ea897

Please sign in to comment.