Skip to content

Commit

Permalink
Add llvm package to Github workflow (adds llvm-ar)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdutro-mips committed Oct 16, 2024
1 parent cf097b7 commit d8b5ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get -y install libboost-dev cython3 clang lld
sudo apt-get -y install libboost-dev cython3 clang lld llvm
- name: Create Build Directory
run: cmake -E make_directory ${{runner.workspace}}/build
Expand Down

0 comments on commit d8b5ad7

Please sign in to comment.