Update deploy.yml

This commit is contained in:
Alex Spataru 2024-11-20 16:21:00 -05:00 committed by GitHub
parent e0b4a80edf
commit 82b4ffa3f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -346,6 +346,11 @@ jobs:
uses: lukka/get-cmake@latest
with:
useLocalCache: true
- name: '🛠 Setup MSVC Development Environment'
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
- name: '🚧 Configure with CMake'
run: |