Skip to content

Commit 4281fe2

Browse files
committed
Silly stray $
1 parent df56f17 commit 4281fe2

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
& .\find_clang_format.cmd
24-
if $($LASTEXITCODE -ne 0) {
24+
if ($LASTEXITCODE -ne 0) {
2525
exit /b $LASTEXITCODE
2626
}
2727

0 commit comments

Comments
 (0)