Skip to content

Commit d42fd48

Browse files
committed
Update LLVM GitHub action to v2 and set version to 20.1.4
1 parent 8856a71 commit d42fd48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,9 @@ jobs:
839839
submodules: recursive
840840

841841
- name: Setup LLVM
842-
uses: KyleMayes/install-llvm-action@v1
842+
uses: KyleMayes/install-llvm-action@v2
843843
with:
844-
version: "17.0"
844+
version: "20.1.4"
845845

846846
- name: Setup MPI
847847
uses: mpi4py/setup-mpi@v1

0 commit comments

Comments
 (0)