Skip to content

Commit 620ae47

Browse files
committed
--force keygen in action for fresh builds
1 parent 774cd01 commit 620ae47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/anchor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
- name: Display Versions and Install pnpm
112112
run: |
113113
solana -V
114-
solana-keygen new --no-bip39-passphrase
114+
# it's okay to use --force in github action since all programs are tested in isolation
115+
solana-keygen new --no-bip39-passphrase --force
115116
rustc -V
116117
anchor -V
117118
npm i -g pnpm

0 commit comments

Comments
 (0)