summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorruki <[email protected]>2021-11-26 16:08:53 +0800
committerGitHub <[email protected]>2021-11-26 16:08:53 +0800
commit61b187583720d27208d3976b1636d165f88e5d14 (patch)
tree2f9b57f6fc1d591fd0edd06da6a24cb049d02e13 /.github
parent81557919a07c23217cb3cd649d5641b771fca28b (diff)
Update windows.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index b0eff3e40..03df3a38e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -68,7 +68,7 @@ jobs:
Copy-Item ./core/build/xmake.exe ./xmake
Copy-Item ./scripts/xrepo.bat ./xmake
Copy-Item ./scripts/xrepo.ps1 ./xmake
- $Env:XMAKE_MAIN_REPO = https://github.com/xmake-io/xmake-repo.git
+ $Env:XMAKE_MAIN_REPO = "https://github.com/xmake-io/xmake-repo.git"
$Env:XMAKE_PROGRAM_DIR = $(Resolve-Path ./xmake)
Set-Item -Path Env:Path -Value ($Env:XMAKE_PROGRAM_DIR + ";" + $Env:Path)
xrepo --version