fix windows build when called from other repos

develop
Myk Taylor 2023-08-04 10:04:55 -07:00
parent 4c2e7721e1
commit 66107b40e3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -48,6 +48,7 @@ jobs:
- name: Clone DFHack
uses: actions/checkout@v3
with:
repository: 'DFHack/dfhack'
ref: ${{ inputs.dfhack_ref }}
submodules: true
fetch-depth: 0