Skip to content

Commit

Permalink
Update CI-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sequoiar authored Jul 13, 2023
1 parent 8c4184c commit 1e562a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Envinfo
run: npx envinfo
- name: Build
Expand Down Expand Up @@ -76,6 +78,8 @@ jobs:
- {arch: x86_64, server: 2022, libgcc: seh }
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install mingw32 environment
run: |
sudo apt update
Expand Down

0 comments on commit 1e562a4

Please sign in to comment.