Skip to content

Commit

Permalink
Merge pull request #17 from civicteam/feature/solana-anchor-macro
Browse files Browse the repository at this point in the history
Feature/solana anchor macro
  • Loading branch information
dankelleher authored Jan 2, 2025
2 parents d6977c9 + 3d3f6ef commit 84a3c55
Show file tree
Hide file tree
Showing 8 changed files with 520 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solana-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: [ '1.74' ]
rust: [ '1.76' ]
os: [ ubuntu-latest ]

steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [ '1.74' ] # This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: [ '1.76' ] # This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
solana: [ 'v1.18.18' ]
os: [ ubuntu-latest ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solana-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
# This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: ["1.74"]
rust: ["1.76"]
node: ["20.x"]
solana: ["v1.18.18"]
os: [ubuntu-latest]
Expand Down
Loading

0 comments on commit 84a3c55

Please sign in to comment.