Skip to content

Commit

Permalink
Add the temporary workaround to fix the Windows CMake build (#9162)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Oct 3, 2024
1 parent 8f9296e commit c9b8a25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
cmake-vcpkg-cache-
- name: Install dependencies
run: |
# Temporary workaround for the vcpkg internal issue
# See https://github.com/microsoft/vcpkg/issues/41199#issuecomment-2378255699 for details
export SystemDrive=$SYSTEMDRIVE
export SystemRoot=$SYSTEMROOT
export windir=$WINDIR
vcpkg.exe --triplet x64-windows install sdl2 sdl2-mixer sdl2-image zlib
- name: Build
run: |
Expand Down

0 comments on commit c9b8a25

Please sign in to comment.