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 7ad7ee2Copy full SHA for 7ad7ee2
.github/workflows/build-and-test.yml
@@ -22,6 +22,11 @@ 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 CMake
26
+ run: apt-get update && apt-get install -y cmake
27
+
28
+ - name: Use system CMake for Alien-cmake3
29
+ run: echo "ALIEN_CMAKE3_SYSTEM=1" >> $GITHUB_ENV
30
- name: Run Tests with coverage
31
env:
32
AUTHOR_TESTING: 1
0 commit comments