Skip to content

Commit

Permalink
Check out deep copies
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Apr 21, 2024
1 parent 7dce41b commit 1717ff4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
windows-msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive
fetch-depth: 0
- uses: ilammy/msvc-dev-cmd@v1
- uses: lukka/run-vcpkg@v11
- name: Run test
Expand Down

0 comments on commit 1717ff4

Please sign in to comment.