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 ce28854Copy full SHA for ce28854
.github/workflows/build-and-test.yml
@@ -20,6 +20,11 @@ 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 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
28
- name: Run Tests with coverage
29
env:
30
AUTHOR_TESTING: 1
0 commit comments