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 df56f17 commit 4281fe2Copy full SHA for 4281fe2
.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
& .\find_clang_format.cmd
24
- if $($LASTEXITCODE -ne 0) {
+ if ($LASTEXITCODE -ne 0) {
25
exit /b $LASTEXITCODE
26
}
27
0 commit comments