Skip to content

Commit

Permalink
use only action
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler committed Jun 9, 2024
1 parent 05989c1 commit 8f134b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmaes-test-conan1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:

- run: |
sudo apt update
sudo apt install -y gcc-12 clang-13 libc++abi-12-dev libc++-12-dev cmake make lld-13 llvm-13-dev llvm-13-linker-tools llvm clang ninja-build libncurses5
sudo apt install -y gcc-12 cmake make ninja-build libncurses5
#- run: sudo apt install clang-13 libc++abi-12-dev libc++-12-dev lld-13 llvm-13-dev llvm-13-linker-tools llvm clang

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
Expand Down

0 comments on commit 8f134b8

Please sign in to comment.