Skip to content

Commit

Permalink
Use bundled compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino committed Oct 2, 2024
1 parent 8c845a7 commit b5d44e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- name: Print toolchain version
run: rustup show active-toolchain

- name: Run fmt
run: make lint
Expand All @@ -27,13 +22,8 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: clippy
- name: Print toolchain version
run: rustup show active-toolchain

- name: Run clippy
run: make clippy
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Print toolchain version
run: rustup show active-toolchain

- name: Setup sccache
uses: mozilla-actions/[email protected]
timeout-minutes: 5
Expand Down

0 comments on commit b5d44e1

Please sign in to comment.