Update build-windows.yml

This commit is contained in:
oxmc
2024-05-08 09:12:46 -07:00
committed by GitHub
parent 3572203039
commit c83640e7e7
+3
View File
@@ -35,6 +35,9 @@ jobs:
- name: Set up MinGW
run: choco install mingw
- name: Set up OpenSSL
run: choco install openssl
- name: Configure CMake
run: cmake -B "${{github.workspace}}\build" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++