Skip to content

Commit 4e8725c

Browse files
committed
Install cmake in CI
Fix suggested by Copilot
1 parent a57dae1 commit 4e8725c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: Allow for file ownership conflicts with Docker and GitHub Actions
2424
run: git config --global --add safe.directory '*'
25+
- name: Install ubi, is and debounce
26+
uses: oalders/[email protected]
27+
with:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
projects: Kitware/CMake
30+
31+
- name: Use system CMake for Alien-cmake3
32+
run: echo "ALIEN_CMAKE3_SYSTEM=1" >> $GITHUB_ENV
2533
- name: Run Tests with coverage
2634
env:
2735
AUTHOR_TESTING: 1

0 commit comments

Comments
 (0)