Răsfoiți Sursa

--force in solana cli keygen

Ayush 5 luni în urmă
părinte
comite
0b35e3be0e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/anchor.yml

+ 1 - 1
.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