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 08da0e4 commit d9b32cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
LLVM_VER: 18
PYTHON_VER: 3.12
UBUNTU_CODENAME: jammy
CMAKE_VERSION: 3.26
CMAKE_VER: 3.26

jobs:
build:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12.4-dev'
python-version: "${PYTHON_VER}-dev"

- name: Install LLVM
uses: trail-of-forks/install-llvm-action@master
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Install CMake
uses: trail-of-forks/actions-setup-cmake@master
with:
cmake-version: '${CMAKE_VERSION}.x'
cmake-version: "${CMAKE_VER}.x"

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

0 comments on commit d9b32cf

Please sign in to comment.