diff options
| author | 2023-07-06 22:34:26 -0400 | |
|---|---|---|
| committer | 2023-07-07 02:04:13 -0400 | |
| commit | c652e42492b7f41e9a65a229b2868bea39ad6adb (patch) | |
| tree | 3778cd6512ad950572e2d965dc9855ee678f9807 | |
| parent | ci: Download and install Vulkan SDK directly from LunarG (diff) | |
| download | yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.gz yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.tar.xz yuzu-c652e42492b7f41e9a65a229b2868bea39ad6adb.zip | |
github: Checkout source first (MSVC)
| -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: | |||
| 73 | needs: format | 73 | needs: format |
| 74 | runs-on: windows-2022 | 74 | runs-on: windows-2022 |
| 75 | steps: | 75 | steps: |
| 76 | - uses: actions/checkout@v3 | ||
| 77 | with: | ||
| 78 | submodules: recursive | ||
| 79 | fetch-depth: 0 | ||
| 76 | - name: Set up cache | 80 | - name: Set up cache |
| 77 | uses: actions/cache@v3 | 81 | uses: actions/cache@v3 |
| 78 | with: | 82 | with: |
| @@ -96,10 +100,6 @@ jobs: | |||
| 96 | run: .\.ci\scripts\windows\install-vulkan-sdk.ps1 | 100 | run: .\.ci\scripts\windows\install-vulkan-sdk.ps1 |
| 97 | - name: Set up MSVC | 101 | - name: Set up MSVC |
| 98 | uses: ilammy/msvc-dev-cmd@v1 | 102 | uses: ilammy/msvc-dev-cmd@v1 |
| 99 | - uses: actions/checkout@v3 | ||
| 100 | with: | ||
| 101 | submodules: recursive | ||
| 102 | fetch-depth: 0 | ||
| 103 | - name: Configure | 103 | - name: Configure |
| 104 | env: | 104 | env: |
| 105 | CC: cl.exe | 105 | CC: cl.exe |