Skip to content

Commit

Permalink
ci: update submodules manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 31, 2023
1 parent 8f9bff7 commit b851a56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Fetch Submodules
run: git submodule update --init --recursive
- name: Download Build Artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -76,8 +76,8 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Fetch Submodules
run: git submodule update --init --recursive
- name: Download Korean Site
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit b851a56

Please sign in to comment.