Skip to content

Commit

Permalink
readding LLVM to the linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Mar 19, 2023
1 parent 7eb2ba4 commit b3f359f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/checkout@v3
- name: 🏗️ Setup project files
run: |
sudo apt-get install libllvm13 llvm-13 llvm-13-dev
sudo apt-get install clang-tools-13 libclang-common-13-dev clang-13 libclang-13-dev
sudo apt-get install ninja-build
git submodule update --init
mkdir build
Expand Down

0 comments on commit b3f359f

Please sign in to comment.