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 a57dae1 commit 4e8725cCopy full SHA for 4e8725c
.github/workflows/build-and-test.yml
@@ -22,6 +22,14 @@ jobs:
22
- uses: actions/checkout@v4
23
- name: Allow for file ownership conflicts with Docker and GitHub Actions
24
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
33
- name: Run Tests with coverage
34
env:
35
AUTHOR_TESTING: 1
0 commit comments