build: Add gcc,pkg-config deps
This commit is contained in:
@@ -63,7 +63,7 @@ if [ $travis -eq 0 ]; then
|
|||||||
$sudo_command $APT install -y golang-go.tools || true
|
$sudo_command $APT install -y golang-go.tools || true
|
||||||
fi
|
fi
|
||||||
if [ ! -z "$PACMAN" ]; then
|
if [ ! -z "$PACMAN" ]; then
|
||||||
$sudo_command $PACMAN -S --noconfirm --asdeps --needed go
|
$sudo_command $PACMAN -S --noconfirm --asdeps --needed go gcc pkg-config
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user