From 2bef80eec1fe16a23e34143b9a5a32b04d612ed2 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sun, 4 Jul 2021 20:11:36 +0200 Subject: [PATCH] wip --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 3863f2d..2e3fc3d 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -85,7 +85,7 @@ jobs: - name: "Ubuntu 18.04 Clang 9.0" os: ubuntu-18.04 build_type: Release - packages: ninja-build + packages: ninja-build libc++-9-dev libc++abi-9-dev generator: Ninja compatibility: "cxx_std_11;cxx_std_17;cxx_std_20" cc: clang