Skip to content

Commit

Permalink
fix: changed toolchain installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
curryrasul committed Sep 26, 2023
1 parent f9eea01 commit 25d941b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: rustup toolchain install --profile minimal
- run: rustup default $(cat rust-toolchain)

- run: rustup show

- uses: Swatinem/rust-cache@v2

- name: Build
Expand Down

0 comments on commit 25d941b

Please sign in to comment.