Skip to content
Snippets Groups Projects
Commit 8ea1cde8 authored by bjorn3's avatar bjorn3
Browse files

Fix CI

parent dac858b8
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ img: ...@@ -37,6 +37,7 @@ img:
source "$HOME/.cargo/env" && source "$HOME/.cargo/env" &&
cargo install --version 0.1.1 cargo-config && cargo install --version 0.1.1 cargo-config &&
cargo install --version 1.16.0 just && cargo install --version 1.16.0 just &&
cargo install --version 0.26.0 cbindgen &&
cargo build --manifest-path installer/Cargo.toml --release && cargo build --manifest-path installer/Cargo.toml --release &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1 make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1
artifacts: artifacts:
......
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