Skip to content

Commit

Permalink
download LLVM in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drcut committed Aug 6, 2024
1 parent 8c512b0 commit 289a8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
tar -xvf clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz
export PATH=$PWD/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04/bin:$PATH
which clang
llvm-config --version
clang --version
llvm-config --includedir
- name: Download external files
run: |
git submodule init
Expand Down

0 comments on commit 289a8c1

Please sign in to comment.