Skip to content

Commit a9b9554

Browse files
committed
Need a ..\ to get to the repo root
1 parent fb8318f commit a9b9554

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)