Skip to content

Commit

Permalink
ci: Use idental checkout strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jp7677 committed Jan 19, 2024
1 parent 48207dd commit 88a39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
id: checkout-code
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0

- name: Setup Meson
shell: pwsh
Expand Down

0 comments on commit 88a39ab

Please sign in to comment.