add libc++ into the ci env

master
Daniel Kolesa 2022-04-20 00:50:55 +02:00
parent a35cf1a1fd
commit e34186b9f6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ mkdir -p host_tools
echo ">> Updating package database..."
[ -n "$is_linux" ] && sudo apt-get update
[ -n "$is_linux" ] && sudo apt-get update && sudo apt-get install libc++-dev
echo ">> Installing meson..."