Skip to content

Commit 74966ee

Browse files
committed
Adapt github actions for FetchContent
- install git as well - don't install execution26
1 parent 1c5ee0c commit 74966ee

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/linux.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,7 @@ jobs:
6262
- name: Install build tools
6363
run: |
6464
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 }}
65+
apt-get install cppcheck ninja-build git -y -q
7366
7467
- name: Linux task29 ${{ matrix.compiler }} ${{ matrix.preset }}
7568
run: |

0 commit comments

Comments
 (0)