GitLab CI: SRB2 2.1 wants nasm

This commit is contained in:
Alam Ed Arias 2023-10-17 21:42:07 -04:00
parent 16c70e7b29
commit 2365ee9cb0

View file

@ -96,7 +96,7 @@ variables:
- - |
# apt_common
echo -e "\e[0Ksection_start:`date +%s`:apt_common[collapsed=true]\r\e[0KInstalling common packages"
- apt-get install make git ccache
- apt-get install make git ccache nasm
- |
# apt_common
echo -e "\e[0Ksection_end:`date +%s`:apt_common\r\e[0K"