We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbae63 commit 2a2ec5cCopy full SHA for 2a2ec5c
.github/workflows/Build.bat
@@ -9,6 +9,7 @@ rmdir /s /q build > nul 2> nul
9
:: Make link to the MinGW x64 v8.1.0 due to install-qt-action limitations
10
mkdir C:\Qt\Tools > nul
11
mklink C:\Qt\Tools\mingw810_64 C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64 > nul
12
+xcopy /s /q C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\include\c++\11.2.0\ C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\include\
13
tree C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64
14
set PATH=%PATH%;C:\Qt;C:\Qt\5.15.2\mingw81_64\bin;C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64
15
0 commit comments