This commit is contained in:
Nadja Reitzenstein 2022-05-05 21:12:52 +02:00
parent 26608bdf21
commit eb8aa5a352

View File

@ -31,7 +31,6 @@ before_script:
- apt-get update -yqq - apt-get update -yqq
- apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev jq - apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -yqq --no-install-recommends capnproto build-essential cmake clang libclang-dev jq
- rustup install stable - rustup install stable
- rustup default stable
- rustup component add rustfmt - rustup component add rustfmt
- rustup component add clippy - rustup component add clippy
- cargo install cargo2junit - cargo install cargo2junit