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 03b770d commit cc46ec8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,19 @@ jobs:
- 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
run: apt-get update && apt-get install python${PYTHON_VER} python${PYTHON_VER}-dev -y

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

- name: Setup cmake
- name: Install CMake
uses: trail-of-forks/actions-setup-cmake@master
with:
cmake-version: '${CMAKE_VERSION}.x'

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

- name: Set up variables
Expand Down

0 comments on commit cc46ec8

Please sign in to comment.