mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
ci: don't install unnecessary dependencies
This commit is contained in:
@@ -10,7 +10,7 @@ freebsd_task:
|
|||||||
timeout_in: 30m
|
timeout_in: 30m
|
||||||
install_script:
|
install_script:
|
||||||
- pkg update -f
|
- pkg update -f
|
||||||
- pkg install -y cmake gmake ninja pkgconf unzip wget gettext python libffi git
|
- pkg install -y cmake gmake ninja unzip wget gettext python git
|
||||||
build_deps_script:
|
build_deps_script:
|
||||||
- gmake deps
|
- gmake deps
|
||||||
build_script:
|
build_script:
|
||||||
|
2
.github/scripts/install_deps.sh
vendored
2
.github/scripts/install_deps.sh
vendored
@@ -18,7 +18,7 @@ done
|
|||||||
os=$(uname -s)
|
os=$(uname -s)
|
||||||
if [[ $os == Linux ]]; then
|
if [[ $os == Linux ]]; then
|
||||||
$SUDO apt-get update
|
$SUDO apt-get update
|
||||||
$SUDO apt-get install -y build-essential cmake curl gettext ninja-build pkg-config unzip
|
$SUDO apt-get install -y build-essential cmake curl gettext ninja-build unzip
|
||||||
if [[ -n $TEST ]]; then
|
if [[ -n $TEST ]]; then
|
||||||
$SUDO apt-get install -y locales-all cpanminus
|
$SUDO apt-get install -y locales-all cpanminus
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user