From 5314a5f6c3e122cf4621f2a3347e9de01680f1f5 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 26 Jul 2023 11:29:34 +0200 Subject: [PATCH] Generating new keys for testing purposes --- .github/workflows/cross-chain-solana.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross-chain-solana.yml b/.github/workflows/cross-chain-solana.yml index 387c7bdb1..780c8aee2 100644 --- a/.github/workflows/cross-chain-solana.yml +++ b/.github/workflows/cross-chain-solana.yml @@ -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 @@ -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