diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-07-07 04:34:26 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-07-07 08:04:13 +0200 |
commit | c652e42492b7f41e9a65a229b2868bea39ad6adb (patch) | |
tree | 3778cd6512ad950572e2d965dc9855ee678f9807 /.github/workflows | |
parent | ci: Download and install Vulkan SDK directly from LunarG (diff) | |
download | yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.gz yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.bz2 yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.lz yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.xz yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.zst yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.zip |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/verify.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 19c3a4089..6420fd82b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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 |