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

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