diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 20:19:35 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 20:19:35 +0100 |
| commit | d8a29bf433557404c31fe6f5ccaabecee7c20659 (patch) | |
| tree | c641d1a90486c000055e626bf505c132e0251492 /.github/workflows/cmake-platform-debug.yml | |
| parent | 2a8877a8652988b8181c49942097d50124a44684 (diff) | |
[CHORE] Update workflows macros.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/cmake-platform-debug.yml')
| -rw-r--r-- | .github/workflows/cmake-platform-debug.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/cmake-platform-debug.yml b/.github/workflows/cmake-platform-debug.yml index 7706e3f..e5d6e37 100644 --- a/.github/workflows/cmake-platform-debug.yml +++ b/.github/workflows/cmake-platform-debug.yml @@ -17,12 +17,9 @@ jobs: - uses: actions/checkout@v4 - name: Configure CMake - run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + run: cmake -B ${{github.workspace}}/build -DOCL_NO_INSTALL=1 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - - name: Install - run: sudo cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - |
