Update .gitlab-ci.yml file

libsimde-dev is not packaged for Debian buster
This commit is contained in:
Alam Ed Arias 2023-11-08 04:53:40 +00:00
parent ae8ccaf2f0
commit 71f0ac3144

View file

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