Skip to content

Commit

Permalink
WIP: Fix submodules?
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Nov 17, 2022
1 parent 60e95ce commit 3402e9f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3402e9f

Please sign in to comment.