Skip to content

Commit

Permalink
GitHub Actions: removed libc++abi-17-dev from install
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Dec 7, 2023
1 parent 7708866 commit 95a88dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
sudo add-apt-repository --yes 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main'
sudo apt-get install clang-17 lldb-17 lld-17 clang-tools-17 libc++-17-dev libc++abi-17-dev
sudo apt-get install clang-17 lldb-17 lld-17 clang-tools-17 libc++-17-dev
sudo ln -s /usr/lib/llvm-17/lib/clang/17 /usr/lib/llvm-17/lib/clang/17.0.0
wget http://mirrors.kernel.org/ubuntu/pool/universe/n/ninja-build/ninja-build_1.11.1-1_amd64.deb
sudo dpkg -i ninja-build_1.11.1-1_amd64.deb
Expand Down

0 comments on commit 95a88dc

Please sign in to comment.