Skip to content

Commit a2b20a6

Browse files
committed
ci: fix linux packages
1 parent e393088 commit a2b20a6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,16 @@ jobs:
9090
export TZ='Etc/UTC' DEBIAN_FRONTEND=noninteractive
9191
apt update && apt upgrade -y
9292
93-
apt build-dep -y vlc &&
94-
apt install -y git curl zip git-core libtool automake autoconf autopoint make \
93+
apt build-dep -y vlc
94+
apt install -y git curl zip libtool automake autoconf autopoint make \
9595
gettext pkg-config subversion cmake cvs zip bzip2 \
9696
p7zip-full wget dos2unix ragel yasm g++ protobuf-compiler \
9797
m4 ant build-essential libtool-bin libavformat-dev \
98-
libavresample-dev libavutil-dev libpostproc-dev libswscale-dev \
98+
libswresample-dev libavutil-dev libpostproc-dev libswscale-dev \
9999
wayland-protocols qtbase5-private-dev libarchive-dev libmpg123-dev \
100100
libnfs-dev libqt5svg5-dev flex bison curl qtdeclarative5-dev \
101-
qtquickcontrols2-5-dev nasm gcovr libxkbcommon-x11-dev meson &&\
101+
qtquickcontrols2-5-dev nasm gcovr libxkbcommon-x11-dev meson || :
102+
apt install -y git
102103
apt-get clean -y && rm -rf /var/lib/apt/lists/*
103104
104105
chmod -R 777 /project && git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)