Skip to content

Commit c637eed

Browse files
committed
Test workaround for submodules
1 parent 5908bfc commit c637eed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
runs-on: windows-arm64
3131
steps:
3232
- uses: actions/checkout@v3
33-
with:
34-
submodules: true
33+
34+
- name: Checkout submodules
35+
run: |
36+
git submodule update --init --recursive
3537
3638
- name: Install Rust Nightly
3739
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)