Skip to content

Commit

Permalink
account-compression: Update build and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 18, 2023
1 parent 034cfa7 commit 0861d7b
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 131 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Install dependencies
run: |
./ci/install-build-deps.sh
./ci/install-program-deps.sh
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Build Anchor Programs
run: |
./ci/anchor-build.sh account-compression
- name: Build and test programs
run: ./ci/cargo-test-sbf.sh account-compression

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

0 comments on commit 0861d7b

Please sign in to comment.