Update build-windows.yml
This commit is contained in:
@@ -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++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user