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