File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5858 arch : ' win64_mingw'
5959 cache : true
6060
61+ - name : Install GCC 11.2.0
62+ uses :
egor-tensin/[email protected] 63+ with :
64+ version : 11.2.0
65+
6166 - name : Set Debug Flags
6267 if : inputs.build_type == 'Debug'
6368 run : echo "EXTRA_CMAKE_FLAGS=-DENABLE_DEBUG=True ${{ env.EXTRA_CMAKE_FLAGS }}" >> $env:GITHUB_ENV
7075 working-directory : ${{ github.workspace }}
7176 env :
7277 SEED_KEY : ${{ secrets.SEED_KEY }}
73- run : cmake -G "Ninja " -B build -DGITHUB_WORKFLOW=True -DQT_GUI=True -DEMBED_DATA=True -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ "${{ env.EXTRA_CMAKE_FLAGS }}"
78+ run : cmake -G "MinGW Makefiles " -B build -DGITHUB_WORKFLOW=True -DQT_GUI=True -DEMBED_DATA=True "${{ env.EXTRA_CMAKE_FLAGS }}"
7479
7580 - name : Build
7681 working-directory : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments