Skip to content

Commit

Permalink
fix: build anchor before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Jan 30, 2024
1 parent 89deb02 commit 51d75df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install
- name: 'Solana Anchor build'
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: '0.29.0'
solana-cli-version: '1.17.15'
node-version: '20.10.0'
- uses: ./.github/actions/install
- run: anchor build
- run: anchor run build_sdk
- name: Install Dependencies
run: cd sdk && pnpm install
- name: Build SDK
Expand Down

0 comments on commit 51d75df

Please sign in to comment.