mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-15 17:32:56 +00:00
Fix PR workflow
Per patoke
This commit is contained in:
parent
3cef7f17dc
commit
fc0e32f346
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue