Skip to content

Commit

Permalink
Add git-core to AltLinux CI container
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Oct 7, 2024
1 parent 40c5423 commit a457ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/github/install_Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail
ID=$(grep '^ID=' /etc/os-release | cut -d'=' -f2)

if [ "$ID" = "altlinux" ]; then
apt-get update && apt-get install -y gcc-c++ curl xz p7zip-standalone rsync libusb-devel \
apt-get update && apt-get install -y git-core gcc-c++ curl xz p7zip-standalone rsync libusb-devel \
libudev-devel libGL-devel libGLX-mesa python3.${TRIK_PYTHON3_VERSION_MINOR}-{dev,module-pip} zlib-devel make ccache time \
rsync qt5-multimedia-devel qt5-svg-devel qt5-script-devel qt5-tools qt5-serialport-devel
else
Expand Down

0 comments on commit a457ce0

Please sign in to comment.