Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Sep 3, 2024
1 parent 4455b6b commit e18ffbe
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 @@ -306,8 +306,7 @@ jobs:
release: "${{ matrix.info.os_release }}"
prepare: |
pkg install curl -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs --output rustup.sh
sh rustup.sh --default-toolchain stable -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh --default-toolchain stable -y
run: |
. $HOME/.cargo/env
cargo fmt --all -- --check
Expand Down

0 comments on commit e18ffbe

Please sign in to comment.