summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/cmake-platform-debug.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cmake-platform-debug.yml')
-rw-r--r--.github/workflows/cmake-platform-debug.yml3
1 files changed, 0 insertions, 3 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}}