Skip to content
Snippets Groups Projects
Commit 10f1da12 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

CI: Fix cargo-test

parent 5b8d2a73
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ test:cargo:
before_script:
# - mkdir -p $CARGO_HOME
- apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config libclang-dev
- rustup component add clippy rustfmt
- curl "https://faulty-storage.de/gitlab-report" --output ./gitlab-report && chmod +x ./gitlab-report
# If provided, bring in caching through sccache, which uses an external S3 endpoint to store compilation results:
......
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