From 5bfe93ded0e67b0d4a04943f8f61e2824618fd7e Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 29 Mar 2021 19:01:16 -0400 Subject: [PATCH] chore: alter libc++ dep --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e3967c3..6472350 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" bash $LLVM_VERSION sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$LLVM_VERSION 100 sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-$LLVM_VERSION 100 - sudo apt-get install libc++1-11 libc++-11-dev libc++abi1-11 --yes + sudo apt-get install libc++-dev --yes # not really sure why we need to modify this PATH=/usr/bin:$PATH llvm-config --version