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