Skip to content

Commit ede941e

Browse files
committed
workflows bugfix a new Qt root
1 parent 42cc7c6 commit ede941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vcpkg-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
- name: ${{ matrix.qt.name }} prepare environment
289289
if: env.TinyIsSelfHostedRunner == 'true'
290290
run: |
291-
'C:\Qt\${{ matrix.qt.version }}\msvc2019_64\bin' >> $env:GITHUB_PATH
291+
"$env:TINY_QT_ROOT\${{ matrix.qt.version }}\msvc2019_64\bin" >> $env:GITHUB_PATH
292292
293293
# Prepare ccache
294294
#

0 commit comments

Comments
 (0)