Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Goodman authored Aug 2, 2024
1 parent a789339 commit 03b770d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:
env:
LLVM_PASTA_VER: b9e223f
LLVM_VER: 18
FULL_LLVM_VER: 18.1.0
PYTHON_VER: 3.11
UBUNTU_CODENAME: jammy
CMAKE_VERSION: 3.26
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:
- name: Setup LLVM
uses: trail-of-forks/install-llvm-action@master
with:
version: "${FULL_LLVM_VER}"
version: "${LLVM_VER}"

- name: Setup cmake
uses: trail-of-forks/actions-setup-cmake@master
Expand Down

0 comments on commit 03b770d

Please sign in to comment.