Update build-windows.yml
This commit is contained in:
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
@@ -35,9 +35,6 @@ jobs:
|
||||
- name: Set up MinGW
|
||||
run: choco install mingw
|
||||
|
||||
- name: Refresh env vars
|
||||
run: refreshenv
|
||||
|
||||
- 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