From 3402e9f369f4190dbea750f808172fabd6b95fb9 Mon Sep 17 00:00:00 2001 From: Sebastian Streich Date: Thu, 17 Nov 2022 14:58:12 +0100 Subject: [PATCH] WIP: Fix submodules? --- .github/workflows/wasm.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/wasm.yaml b/.github/workflows/wasm.yaml index dd228296eb0..372f67ea692 100644 --- a/.github/workflows/wasm.yaml +++ b/.github/workflows/wasm.yaml @@ -26,13 +26,16 @@ jobs: steps: - name: Clone repository uses: actions/checkout@v3 - - - name: Checkout submodules - shell: bash - run: | - auth_header="$(git config --local --get http.https://github.com/.extraheader)" - git submodule sync --recursive - git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 + with: + submodules: 'true' + +# - name: Checkout submodules +# if: false +# shell: bash +# run: | +# auth_header="$(git config --local --get http.https://github.com/.extraheader)" +# git submodule sync --recursive +# git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Install Qt shell: bash