Skip to content

Commit 11e0965

Browse files
committed
ci: run 'anchor keys sync' before build to fix program ID mismatch (anchor 1.0)
1 parent dd5da54 commit 11e0965

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/typescript-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959

6060
- name: Build and sync program ID
6161
working-directory: ${{ matrix.example }}
62-
run: anchor build
62+
run: |
63+
anchor keys sync
64+
anchor build
6365
6466
- name: Test sbf
6567
working-directory: ${{ matrix.example }}

0 commit comments

Comments
 (0)