We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3756c88 commit 47e7ce7Copy full SHA for 47e7ce7
.github/workflows/build-and-test.yml
@@ -20,6 +20,14 @@ jobs:
20
- uses: actions/checkout@v4
21
- name: Allow for file ownership conflicts with Docker and GitHub Actions
22
run: git config --global --add safe.directory '*'
23
+ - name: Install ubi, is and debounce
24
+ uses: oalders/[email protected]
25
+ with:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
+ projects: Kitware/CMake
28
+
29
+ - name: Use system CMake for Alien-cmake3
30
+ run: echo "ALIEN_CMAKE3_SYSTEM=1" >> $GITHUB_ENV
31
- name: Run Tests with coverage
32
env:
33
AUTHOR_TESTING: 1
0 commit comments