Update build-windows.yml

This commit is contained in:
oxmc
2024-03-12 23:41:47 -07:00
committed by GitHub
parent 4088351915
commit 7a6a845acc

View File

@@ -31,6 +31,11 @@ jobs:
target: 'desktop'
arch: 'win32_mingw73'
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- name: Configure CMake
run: cmake -B ${{github.workspace}}\build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++