From e34186b9f611778f6dee41cc4d6107bb01e3188a Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 20 Apr 2022 00:50:55 +0200 Subject: [PATCH] add libc++ into the ci env --- .ci/install-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install-env b/.ci/install-env index 10316cb..fed211f 100755 --- a/.ci/install-env +++ b/.ci/install-env @@ -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..."