Skip to content
Snippets Groups Projects
Unverified Commit c060546f authored by Nutomic's avatar Nutomic Committed by GitHub
Browse files

Use specific Rust nightly version for CI cargo fmt (fixes #3467) (#3577)

* Use specific Rust nightly version for CI cargo fmt (fixes #3467)

* fix

* fix
parent 1d38aad9
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,9 @@ pipeline: ...@@ -36,9 +36,9 @@ pipeline:
commands: commands:
# need make existing toolchain available # need make existing toolchain available
- cp ~/.cargo . -r - cp ~/.cargo . -r
- rustup toolchain install nightly - rustup toolchain install nightly-2023-07-10
- rustup component add rustfmt --toolchain nightly - 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment