Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Setup Solana Stable
uses: heyAyushh/setup-solana@v5.9
with:
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
# Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429).
solana-cli-version: 3.1.14
- name: Build and Test with Stable
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pinocchio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Setup Solana Stable
uses: heyAyushh/setup-solana@v5.9
with:
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
# Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429).
solana-cli-version: 3.1.14
- name: Build and Test with Stable
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quasar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
- name: Setup Solana Stable
uses: heyAyushh/setup-solana@v5.9
with:
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
# Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429).
solana-cli-version: 3.1.14
- name: Install Quasar CLI
# Pinned to quasar rev 3d6fb0d8 (the HEAD this migration was written
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solana-asm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Setup Solana Stable
uses: heyAyushh/setup-solana@v5.9
with:
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
# Pin an exact version rather than a tag like "stable", which setup-solana resolves via the GitHub API (can fail with 429).
solana-cli-version: 3.1.14
- name: Build and Test with Stable
run: |
Expand Down
Loading