Skip to content

Commit 90929d3

Browse files
committed
Try again with github env variables
1 parent 8794df9 commit 90929d3

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
@@ -21,7 +21,7 @@ jobs:
2121
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
2222
2323
$originalWorkingDirectory = Get-Location
24-
Set-Location ${{ github.action_path }}\..\..\
24+
Set-Location ${{ github.env.GITHUB_WORKSPACE }}
2525
2626
& .\find_clang_format.cmd
2727
if ($LASTEXITCODE -ne 0) {

0 commit comments

Comments
 (0)