Skip to content

Commit 362317a

Browse files
committed
using QT_ROOT_DIR
1 parent b683bcc commit 362317a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
run: |
6868
curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.25/libusb-1.0.25.7z
6969
7z x libusb.7z -r -olibusb
70-
Xcopy /E /I /Y libusb\include ${QT_ROOT_DIR}\include
71-
Xcopy /E /I /Y libusb\include ..\Qt\6.8.3\mingw_64\include
70+
Xcopy /E /I /Y libusb\include $QT_ROOT_DIR\include
7271
Xcopy /E /I /Y libusb\MinGW64\static\libusb-1.0.a Software\LibreCAL-GUI
7372
shell: cmd
7473

0 commit comments

Comments
 (0)