Skip to content

Commit

Permalink
CI: use recursive checkout and DO NOT use update_subrepos.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletGiraffe committed Sep 6, 2024
1 parent aeb43d2 commit c706727
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Checkout subrepos
if: "!startsWith(matrix.os, 'windows')"
run: ./update_repository.sh

- name: Checkout subrepos
if: "startsWith(matrix.os, 'windows')"
shell: cmd
run: update_repository.bat
with:
submodules: recursive

- name: Sys info
if: "startsWith(matrix.os, 'windows')"
Expand Down

0 comments on commit c706727

Please sign in to comment.