From 534a414a9b4336e3de04574a36cf92b1672e8b27 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Wed, 12 Oct 2022 21:49:23 +0200 Subject: [PATCH] CI: Install diesel_cli in the CI... --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16668dc1..3b00919e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ - chmod +x ./rustup.sh - ./rustup.sh -y --default-toolchain beta - source $HOME/.cargo/env + - $HOME/.cargo/bin/cargo install diesel_cli --no-default-features --features sqlite script: - cmake -Bbuild -DCMAKE_RUST_COMPILER=$HOME/.cargo/bin/cargo -DCMAKE_C_COMPILER=${c_compiler} -DCMAKE_CXX_COMPILER=${cxx_compiler} && make -Cbuild -- GitLab