Skip to content

Commit

Permalink
github: Checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jun 5, 2024
1 parent f6dd983 commit e7e3a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
needs: [build-native, build-cross-clang]
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
- uses: actions/download-artifact@v4
id: download
with:
Expand Down

0 comments on commit e7e3a82

Please sign in to comment.