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 63e1365 commit 8c512b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
uses: Jimver/cuda-toolkit@v0.2.16
with:
cuda: '10.1.243'
- name: Shown CUDA version
- name: Download LLVM
run: |
echo $CUDA_PATH
which llvm-config
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz
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
clang --version
nvcc -V
- name: Download external files
run: |
git submodule init
Expand Down

0 comments on commit 8c512b0

Please sign in to comment.