Skip to content

Commit

Permalink
update native programs to use 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Dec 17, 2024
1 parent 2c4bc25 commit f2971c1
Show file tree
Hide file tree
Showing 27 changed files with 658 additions and 137 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,26 +179,27 @@ jobs:
# Install pnpm
npm install --global pnpm
- name: Setup Solana stable
- name: Setup Solana Beta
uses: heyAyushh/[email protected]
with:
solana-cli-version: stable
- name: Build and Test with Stable
solana-cli-version: beta
- name: Build and Test with Beta
run: |
source build_and_test.sh
solana -V
rustc -V
process_projects "stable"
- name: Setup Solana 1.18.17
process_projects "beta"
- name: Setup Solana Stable
uses: heyAyushh/[email protected]
with:
solana-cli-version: 1.18.17
- name: Build and Test with 1.18.17
solana-cli-version: stable
- name: Build and Test with Stable
continue-on-error: true
run: |
source build_and_test.sh
solana -V
rustc -V
process_projects "1.18.17"
process_projects "stable"
- name: Set failed projects output
id: set-failed
Expand Down
Loading

0 comments on commit f2971c1

Please sign in to comment.