Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 24, 2023
1 parent a64e9ec commit d1daf60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Bootstrap MaaDeps
env:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# https://github.com/MaaAssistantArknights/MaaFramework/actions/runs/5643408179/job/15285186255
- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Install cross compile toolchains
if: ${{ matrix.arch != 'x86_64' }}
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Install dep
run: |
Expand Down

0 comments on commit d1daf60

Please sign in to comment.