Skip to content

Commit

Permalink
bumping clang on linux to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jul 18, 2023
1 parent 9c21179 commit 2c135d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Expand Up @@ -39,8 +39,8 @@ jobs:
uses: actions/checkout@v3
- name: 🏗️ Setup project files
run: |
sudo apt-get install libllvm10 llvm-10 llvm-10-dev
sudo apt-get install clang-tools-10 libclang-common-10-dev clang-10 libclang-10-dev
sudo apt-get install libllvm12 llvm-12 llvm-12-dev
sudo apt-get install clang-tools-12 libclang-common-12-dev clang-12 libclang-12-dev
sudo apt-get install ninja-build
git submodule update --init
mkdir build
Expand Down

0 comments on commit 2c135d8

Please sign in to comment.