Skip to content

Commit ce28854

Browse files
committed
Install cmake in CI
Fix suggested by Copilot
1 parent 3756c88 commit ce28854

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- name: Allow for file ownership conflicts with Docker and GitHub Actions
2222
run: git config --global --add safe.directory '*'
23+
- name: Install CMake
24+
run: apt-get update && apt-get install -y cmake
25+
26+
- name: Use system CMake for Alien-cmake3
27+
run: echo "ALIEN_CMAKE3_SYSTEM=1" >> $GITHUB_ENV
2328
- name: Run Tests with coverage
2429
env:
2530
AUTHOR_TESTING: 1

0 commit comments

Comments
 (0)