Remove unused system dependencies from CI config
This commit is contained in:
parent
8ea1cde8f6
commit
0ded7946d0
|
@ -14,19 +14,12 @@ before_script:
|
|||
bison \
|
||||
build-essential \
|
||||
curl \
|
||||
dosfstools \
|
||||
flex \
|
||||
fuse \
|
||||
genisoimage \
|
||||
git \
|
||||
gnupg \
|
||||
libfuse-dev \
|
||||
nasm \
|
||||
parted \
|
||||
pkg-config \
|
||||
software-properties-common \
|
||||
syslinux \
|
||||
syslinux-utils \
|
||||
texinfo \
|
||||
wget &&
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
|
||||
|
|
Loading…
Reference in a new issue