fix: correct curl output flag

This commit is contained in:
Gabriele Musco 2023-09-24 10:35:48 +02:00
parent 20beca8f89
commit 14bb141a53
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -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