Skip to content

Commit 2a2ec5c

Browse files
Update Build.bat
1 parent 1cbae63 commit 2a2ec5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Build.bat

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ rmdir /s /q build > nul 2> nul
99
:: Make link to the MinGW x64 v8.1.0 due to install-qt-action limitations
1010
mkdir C:\Qt\Tools > nul
1111
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\
1213
tree C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64
1314
set PATH=%PATH%;C:\Qt;C:\Qt\5.15.2\mingw81_64\bin;C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64
1415

0 commit comments

Comments
 (0)