File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 '*'
You can’t perform that action at this time.
0 commit comments