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 8794df9 commit 90929d3Copy full SHA for 90929d3
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
22
23
$originalWorkingDirectory = Get-Location
24
- Set-Location ${{ github.action_path }}\..\..\
+ Set-Location ${{ github.env.GITHUB_WORKSPACE }}
25
26
& .\find_clang_format.cmd
27
if ($LASTEXITCODE -ne 0) {
0 commit comments