We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5ee0c commit 74966eeCopy full SHA for 74966ee
.github/workflows/linux.yml
@@ -62,14 +62,7 @@ jobs:
62
- name: Install build tools
63
run: |
64
apt-get update -y -q
65
- apt-get install cppcheck ninja-build -y -q
66
-
67
- - name: Linux execution26 ${{ matrix.compiler }} ${{ matrix.preset }}
68
- run: |
69
- cd execution26
70
- cmake --preset ${{ matrix.preset }} . -DCMAKE_GENERATOR="Ninja" -DCMAKE_CXX_COMPILER=clang++-19 -DCMAKE_CXX_FLAGS="-stdlib=libc++" -DCMAKE_INSTALL_PREFIX="/usr/local"
71
- cmake --build build/${{ matrix.preset }} --target execution26
72
- cmake --install build/${{ matrix.preset }}
+ apt-get install cppcheck ninja-build git -y -q
73
74
- name: Linux task29 ${{ matrix.compiler }} ${{ matrix.preset }}
75
0 commit comments