diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 20:17:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 20:18:11 +0100 |
| commit | 2a8877a8652988b8181c49942097d50124a44684 (patch) | |
| tree | ae9986a57f2760e287bcb838cfb842f4675c4af6 /.github | |
| parent | 3fa099700719caa9a869508f0bd45df82b8e7a07 (diff) | |
[FIX] CMake and Workflows fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-platform-debug.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/cmake-platform-release.yml | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/cmake-platform-debug.yml b/.github/workflows/cmake-platform-debug.yml index 61e2220..7706e3f 100644 --- a/.github/workflows/cmake-platform-debug.yml +++ b/.github/workflows/cmake-platform-debug.yml @@ -16,9 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Configure Submodule - run: git submodule update --init - - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} diff --git a/.github/workflows/cmake-platform-release.yml b/.github/workflows/cmake-platform-release.yml index a864482..e640ed0 100644 --- a/.github/workflows/cmake-platform-release.yml +++ b/.github/workflows/cmake-platform-release.yml @@ -15,10 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - - name: Configure Submodules - run: git submodule update --init - + - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} |
