mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-12-25 01:00:43 -05:00
GitHub Actions: recursive checkout sources
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -54,6 +54,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install macOS dependencies
|
||||
if: ${{ matrix.os.preset == 'mac' }}
|
||||
|
||||
Reference in New Issue
Block a user