Skip to content

Commit

Permalink
Generating new keys for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 26, 2023
1 parent 85f1733 commit 5314a5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
- name: Configure git to not use unauthenticated protocol
run: git config --global url."https://".insteadOf git://

- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- name: Install Solana
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana config set -u devnet
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- name: Install Anchor
run: |
cargo install --git https://github.com/coral-xyz/anchor --tag v0.28.0 anchor-cli --locked
Expand All @@ -77,6 +77,7 @@ jobs:
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana config get
solana-keygen new --force
ls ~/.config/solana
cat ~/.config/solana/id.json
yarn test
Expand Down

0 comments on commit 5314a5f

Please sign in to comment.