diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9b1e62..407601c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ cargo:test: - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh - chmod +x /tmp/rustup.sh - /tmp/rustup.sh -y + - source "$HOME/.cargo/env" - rustc --version && cargo --version # Print version info for debugging - meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development - ninja -C build @@ -45,6 +46,7 @@ appimage: - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh - chmod +x /tmp/rustup.sh - /tmp/rustup.sh -y + - source "$HOME/.cargo/env" - bash ./dist/appimage/build_appimage.sh artifacts: paths: