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 9439a16 commit 0678560
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
LLVM_PASTA_VER: b9e223f
LLVM_VER: 18
LLVM_VER: 17
PYTHON_VER: 3.12
UBUNTU_CODENAME: jammy
CMAKE_VER: 3.26
Expand All @@ -33,23 +33,23 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.12.4"
python-version: $PYTHON_VER

- name: Use Python
run: python --version

- name: Install LLVM
uses: trail-of-forks/install-llvm-action@master
with:
version: "18.1.2"
version: $LLVM_VER

- name: Use LLVM
run: clang --version

- name: Install CMake
uses: trail-of-forks/actions-setup-cmake@master
with:
cmake-version: "3.26.x"
cmake-version: $CMAKE_VER.x

- name: Use CMake
run: cmake --version
Expand Down

0 comments on commit 0678560

Please sign in to comment.