We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b9554 commit 9d70407Copy full SHA for 9d70407
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
22
23
- $repoRoot = $env:GITHUB_WORKSPACE\..
+ $repoRoot = "$env:GITHUB_WORKSPACE\.."
24
Write-Host "The root of the repository is $repoRoot"
25
26
& $repoRoot\find_clang_format.cmd
0 commit comments