Skip to content

Commit 4e1d98f

Browse files
committed
Not path.
1 parent a49f3ac commit 4e1d98f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build/windows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ runs:
6666
run: |
6767
cd frontend
6868
69-
Qt6_DIR="${RUNNER_TEMP}/qt/${{ env.qtVersion }}/msvc2019_64"
69+
Qt6_DIR="${RUNNER_TEMP}\qt\${{ env.qtVersion }}\msvc2019_64"
7070
export PATH="${Qt6_DIR}\bin;$PATH"
7171
echo $Qt6_DIR
72-
ls $QT6_DIR
72+
ls $Qt6_DIR
7373
7474
mkdir build && cd build
7575

0 commit comments

Comments
 (0)