Skip to content

Commit 11c4ed5

Browse files
committed
back to old compiler version
1 parent 73a2bed commit 11c4ed5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: jurplel/install-qt-action@v4
6161
with:
6262
version: '6.8.3'
63-
arch: 'win64_mingw'
63+
arch: 'win64_mingw81'
6464
modules: 'qtcharts'
6565

6666
- name: Download libusb
@@ -98,10 +98,10 @@ jobs:
9898
cd Software/LibreCAL-GUI/release
9999
del *.o *.cpp
100100
windeployqt.exe .
101-
copy ${QT_ROOT_DIR}\bin\libwinpthread-1.dll .
102-
copy ${QT_ROOT_DIR}\bin\libgcc_s_seh-1.dll .
103-
copy ${QT_ROOT_DIR}\bin\libstdc++-6.dll .
104-
copy ${QT_ROOT_DIR}\bin\Qt6OpenGL.dll .
101+
copy %QT_ROOT_DIR%\bin\libwinpthread-1.dll .
102+
copy %QT_ROOT_DIR%\bin\libgcc_s_seh-1.dll .
103+
copy %QT_ROOT_DIR%\bin\libstdc++-6.dll .
104+
copy %QT_ROOT_DIR%\bin\Qt6OpenGL.dll .
105105
shell: cmd
106106

107107
- name: Upload

0 commit comments

Comments
 (0)