Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spiroskou authored Aug 16, 2024
1 parent 15a07c7 commit 3faf3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Install dependencies on Windows
if: matrix.os == 'windows-latest'
run: |
choco install sdl2
choco install sdl2-image
vcpkg install sdl2
vcpkg install sdl2-image
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 3faf3ed

Please sign in to comment.