From 50703506e68527f59d792481f54d6f19a1c89e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Sun, 12 Feb 2023 17:12:12 -0600 Subject: [PATCH] remove non required submodule --- .github/workflows/meson.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/meson.yaml b/.github/workflows/meson.yaml index 92e3c92..392d29e 100644 --- a/.github/workflows/meson.yaml +++ b/.github/workflows/meson.yaml @@ -54,8 +54,6 @@ jobs: - name: setup MSVC if: matrix.config.requires_msvc uses: ilammy/msvc-dev-cmd@v1 - - name: submodule - run: git submodule update --init --recursive - name: extra_path shell: bash run: echo "${{matrix.config.extra_path}}" >> $GITHUB_PATH