From fcb60f82044046740868a875b896c797922dc6f0 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 20 Apr 2025 09:10:07 +0530 Subject: [PATCH 1/5] bumped anchor version to latest --- .github/workflows/anchor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index 8129f1d78..5692138f6 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v4 - uses: heyAyushh/setup-anchor@v4.4 with: - anchor-version: 0.30.1 + anchor-version: 0.31.1 solana-cli-version: stable node-version: 20.x use-avm: false From 70852e3494ee00347b3938017d98bd69ce6991cb Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 20 Apr 2025 11:03:17 +0530 Subject: [PATCH 2/5] bumped action --- .github/workflows/anchor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index 5692138f6..054a505c9 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -104,7 +104,7 @@ jobs: failed_projects: ${{ steps.set-failed.outputs.failed_projects }} steps: - uses: actions/checkout@v4 - - uses: heyAyushh/setup-anchor@v4.4 + - uses: heyAyushh/setup-anchor@v4.91 with: anchor-version: 0.31.1 solana-cli-version: stable From c5c85b1387dfe09fbd7775929231099535e00e93 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 20 Apr 2025 11:06:07 +0530 Subject: [PATCH 3/5] my bad, 4.92 setup-anchor --- .github/workflows/anchor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index 054a505c9..86e0b42a3 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -104,7 +104,7 @@ jobs: failed_projects: ${{ steps.set-failed.outputs.failed_projects }} steps: - uses: actions/checkout@v4 - - uses: heyAyushh/setup-anchor@v4.91 + - uses: heyAyushh/setup-anchor@v4.92 with: anchor-version: 0.31.1 solana-cli-version: stable From 92b0aaf54366e3ccac00119fa86c97293a1806d3 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 20 Apr 2025 14:26:37 +0530 Subject: [PATCH 4/5] forgot --- .github/workflows/anchor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index 86e0b42a3..f8a6219c1 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -104,7 +104,7 @@ jobs: failed_projects: ${{ steps.set-failed.outputs.failed_projects }} steps: - uses: actions/checkout@v4 - - uses: heyAyushh/setup-anchor@v4.92 + - uses: heyAyushh/setup-anchor@v4.93 with: anchor-version: 0.31.1 solana-cli-version: stable From 0b35e3be0ed385ac2c5fbb656c2bdba6dc4ee448 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 20 Apr 2025 14:50:33 +0530 Subject: [PATCH 5/5] --force in solana cli keygen --- .github/workflows/anchor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index f8a6219c1..b53fcba32 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -113,7 +113,7 @@ jobs: - name: Display Versions and Install pnpm run: | solana -V - solana-keygen new --no-bip39-passphrase + solana-keygen new --no-bip39-passphrase --force rustc -V anchor -V npm i -g pnpm