Skip to content

Commit

Permalink
retry solana config
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jul 4, 2024
1 parent d96ad1b commit 3282e87
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@ jobs:
run: |
cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.0 anchor-cli --locked
- name: Generate new keygen
run: solana-keygen new
- name: Generate Solana keypair
run: |
mkdir -p ~/.config/solana
solana-keygen new --outfile ~/.config/solana/id.json
- name: Setup Solana config
run: |
solana config set --url https://api.devnet.solana.com
solana config set --keypair ~/.config/solana/id.json
- name: Install yarn dependencies
run: yarn install
Expand Down

0 comments on commit 3282e87

Please sign in to comment.