mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 05:35:10 +00:00
ci: Install missing package
Latest Fedora release does not include awk command by default. Install it manually as required by some script. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
bd378ad956
commit
4e169ee426
@ -8,7 +8,7 @@ before_script:
|
||||
glib2-devel pixman-devel alsa-lib-devel openssl-devel libjpeg-turbo-devel
|
||||
libcacard-devel cyrus-sasl-devel lz4-devel opus-devel
|
||||
gstreamer1-devel gstreamer1-plugins-base-devel
|
||||
gcc-c++ autoconf-archive
|
||||
gcc-c++ autoconf-archive gawk
|
||||
-y
|
||||
- &protocol >
|
||||
git clone --depth=1 ${CI_REPOSITORY_URL/spice.git/spice-protocol.git} &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user