Skip to content

Commit 6c20260

Browse files
committed
1
1 parent a5b7c6f commit 6c20260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
working-directory: ${{ env.BUILD_DIR }}
6969
shell: pwsh
7070
run: |
71-
..\packaging\windows\Enter-VsDevShell.ps1
71+
& ..\packaging\windows\Enter-VsDevShell.ps1
7272
& qmake ..\.
7373
& jom
7474

packaging/windows/Enter-VsDevShell.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
一键进入 Visual Studio 开发者命令行环境(DevShell)。
44

0 commit comments

Comments
 (0)