Add the compiler toolchain for the Windows test suite to pacify CMake

This commit is contained in:
Jesse Talavera-Greenberg 2024-01-07 22:08:26 -05:00
parent a60bf76151
commit e7c84a92ac

View File

@ -45,7 +45,7 @@ runs:
with:
msystem: MINGW64
update: true
install: git pkgconf mingw-w64-x86_64-cmake mingw-w64-x86_64-7zip
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake
- name: Install RetroArch (Windows)
if: ${{ runner.os == 'Windows' }}