Skip to content

Commit

Permalink
remove beta and install fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 16, 2024
1 parent 4c806de commit 7206661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly

steps:
Expand All @@ -31,7 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install libasound2-dev
- name: Set up Rust
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} && rustup component add rustfmt
- name: Print Rust version
run: rustc --version
- name: Formatter
Expand Down

0 comments on commit 7206661

Please sign in to comment.