mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 02:20:06 +00:00
github: Checkout source first (MSVC)
This commit is contained in:
parent
eacec2ae12
commit
c652e42492
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
@ -73,6 +73,10 @@ jobs:
|
||||
needs: format
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- name: Set up cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
@ -96,10 +100,6 @@ jobs:
|
||||
run: .\.ci\scripts\windows\install-vulkan-sdk.ps1
|
||||
- name: Set up MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
- name: Configure
|
||||
env:
|
||||
CC: cl.exe
|
||||
|
Loading…
Reference in New Issue
Block a user