Skip to content

Commit

Permalink
Fixed failing GH actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
wjthieme committed Aug 30, 2023
1 parent 993b211 commit 2d2406d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ jobs:
./ci/install-program-deps.sh
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Build and test ATA
run: ./ci/cargo-test-sbf.sh spl-transfer-hook-example
- name: Build and test transfer-hook-example
run: ./ci/cargo-test-sbf.sh token/transfer-hook-example

- name: Upload program
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2d2406d

Please sign in to comment.