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 cc46ec8 commit 6feb17f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
env:
LLVM_PASTA_VER: b9e223f
LLVM_VER: 18
PYTHON_VER: 3.11
PYTHON_VER: 3.12
UBUNTU_CODENAME: jammy
CMAKE_VERSION: 3.26

Expand All @@ -39,8 +39,10 @@ jobs:
submodules: "recursive"
- run: git config --global --add safe.directory '*'

- name: Install prereqs
run: apt-get update && apt-get install python${PYTHON_VER} python${PYTHON_VER}-dev -y
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '${PYTHON_VER}-dev'

- name: Install LLVM
uses: trail-of-forks/install-llvm-action@master
Expand Down

0 comments on commit 6feb17f

Please sign in to comment.