diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index cf0c78b8..95bdb121 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -157,6 +157,10 @@ jobs: PhoenixEngine retention-days: 7 + - name: Setup VS Dev environment (Windows) + if: runner.os == 'Windows' + uses: ilammy/msvc-dev-cmd@v1 + - name: Doc Gen (Windows) if: runner.os == 'Windows' shell: cmd