Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line default: tags: - cpu image: rust image: rust:bookworm before_script: - rustup component add rustfmt - rustup component add clippy Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line default: tags: - cpu image: rust image: rust:bookworm before_script: - rustup component add rustfmt - rustup component add clippy Loading