github: Checkout source first (MSVC)
This commit is contained in:
parent
eacec2ae12
commit
c652e42492
1 changed files with 4 additions and 4 deletions
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
|
@ -73,6 +73,10 @@ jobs:
|
||||||
needs: format
|
needs: format
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
fetch-depth: 0
|
||||||
- name: Set up cache
|
- name: Set up cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
@ -96,10 +100,6 @@ jobs:
|
||||||
run: .\.ci\scripts\windows\install-vulkan-sdk.ps1
|
run: .\.ci\scripts\windows\install-vulkan-sdk.ps1
|
||||||
- name: Set up MSVC
|
- name: Set up MSVC
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
env:
|
env:
|
||||||
CC: cl.exe
|
CC: cl.exe
|
||||||
|
|
Loading…
Reference in a new issue