diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6eea98b..e9b1e62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ cargo:test: - apt-get update - apt-get -t experimental install libgtk-4-dev libadwaita-1-dev libgtksourceview-5-dev libssl-dev -y - apt-get install meson ninja-build git desktop-file-utils gettext libjxl-dev file libusb-dev libusb-1.0-0-dev curl -y - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -O /tmp/rustup.sh + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh - chmod +x /tmp/rustup.sh - /tmp/rustup.sh -y - rustc --version && cargo --version # Print version info for debugging @@ -42,7 +42,7 @@ appimage: - apt-get update - apt-get -t experimental install libgtk-4-dev libadwaita-1-dev libgtksourceview-5-dev libssl-dev -y - apt-get install meson ninja-build git desktop-file-utils gettext libjxl-dev file libusb-dev libusb-1.0-0-dev curl -y - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -O /tmp/rustup.sh + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/rustup.sh - chmod +x /tmp/rustup.sh - /tmp/rustup.sh -y - bash ./dist/appimage/build_appimage.sh