Skip to content

Commit 9d70407

Browse files
committed
Add quotes
1 parent a9b9554 commit 9d70407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
2222
23-
$repoRoot = $env:GITHUB_WORKSPACE\..
23+
$repoRoot = "$env:GITHUB_WORKSPACE\.."
2424
Write-Host "The root of the repository is $repoRoot"
2525
2626
& $repoRoot\find_clang_format.cmd

0 commit comments

Comments
 (0)