mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 09:52:10 +00:00
fix
This commit is contained in:
parent
be2d067147
commit
6f45766ad2
|
@ -38,7 +38,7 @@ pipeline:
|
||||||
- cp ~/.cargo . -r
|
- cp ~/.cargo . -r
|
||||||
- rustup toolchain install nightly-2023-07-10
|
- rustup toolchain install nightly-2023-07-10
|
||||||
- rustup component add rustfmt --toolchain nightly-2023-07-10
|
- rustup component add rustfmt --toolchain nightly-2023-07-10
|
||||||
- cargo +nightly fmt -- --check
|
- cargo +nightly-2023-07-10 fmt -- --check
|
||||||
# when:
|
# when:
|
||||||
# platform: linux/amd64
|
# platform: linux/amd64
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue