Skip to content

Commit e0c1dcc

Browse files
mikemaccanaclaude
andcommitted
Fix GitHub Actions: anchor 1.0.0 CLI and Quasar.toml path field
- Update anchor workflow to use anchor-version 1.0.0 (was 0.32.1), matching the anchor-lang = "1.0.0" used by all projects - Add required `path = "target/client"` to [clients] section in all 41 Quasar.toml files; Quasar CLI PR solana-developers#160 made this field mandatory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f3b5b04 commit e0c1dcc

42 files changed

Lines changed: 42 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/anchor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: pnpm/action-setup@v4
110110
- uses: heyAyushh/setup-anchor@v4.999
111111
with:
112-
anchor-version: 0.32.1
112+
anchor-version: 1.0.0
113113
solana-cli-version: stable
114114
- name: Display Versions
115115
run: |

basics/account-data/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/checking-accounts/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/close-account/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/counter/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/create-account/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/favorites/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/hello-solana/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/pda-rent-payer/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

basics/processing-instructions/quasar/Quasar.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ args = [
1818
]
1919

2020
[clients]
21+
path = "target/client"
2122
languages = ["rust"]

0 commit comments

Comments
 (0)