mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-05 15:48:45 +00:00
fix: correct curl output flag
This commit is contained in:
parent
20beca8f89
commit
14bb141a53
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ cargo:test:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -t experimental install libgtk-4-dev libadwaita-1-dev libgtksourceview-5-dev libssl-dev -y
|
- 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
|
- 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
|
- chmod +x /tmp/rustup.sh
|
||||||
- /tmp/rustup.sh -y
|
- /tmp/rustup.sh -y
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
- rustc --version && cargo --version # Print version info for debugging
|
||||||
|
@ -42,7 +42,7 @@ appimage:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -t experimental install libgtk-4-dev libadwaita-1-dev libgtksourceview-5-dev libssl-dev -y
|
- 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
|
- 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
|
- chmod +x /tmp/rustup.sh
|
||||||
- /tmp/rustup.sh -y
|
- /tmp/rustup.sh -y
|
||||||
- bash ./dist/appimage/build_appimage.sh
|
- bash ./dist/appimage/build_appimage.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue