Skip to content

Commit

Permalink
setup rust 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Jan 8, 2025
1 parent c8db010 commit de5786d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt, clippy
- uses: heyAyushh/[email protected]
with:
anchor-version: 0.30.1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/poseidon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt, clippy
- uses: heyAyushh/[email protected]
with:
anchor-version: 0.30.1
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:

# This GitHub Action installs a Rust toolchain using rustup. It is designed for one-line concise usage and good defaults.
- name: Install the Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/[email protected]
with:
components: rustfmt, clippy

- name: Run tests
run: cargo test
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt, clippy
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/steel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
components: rustfmt, clippy
- uses: dorny/paths-filter@v3
id: changes
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit de5786d

Please sign in to comment.