Skip to content

Commit

Permalink
Moving folders on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper authored Oct 21, 2024
1 parent 2a2ec5c commit 960e0bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rmdir /s /q build > nul 2> nul
:: Make link to the MinGW x64 v8.1.0 due to install-qt-action limitations
mkdir C:\Qt\Tools > nul
mklink C:\Qt\Tools\mingw810_64 C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64 > nul
xcopy /s /q C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\include\c++\11.2.0\x86_64-w64-mingw32\ C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\include\c++\11.2.0\
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\
tree C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64
set PATH=%PATH%;C:\Qt;C:\Qt\5.15.2\mingw81_64\bin;C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64
Expand Down

0 comments on commit 960e0bf

Please sign in to comment.