Skip to content

Commit 70733e4

Browse files
add call operator
1 parent a432f68 commit 70733e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
shell: powershell
373373
run: |
374374
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
375-
$Env:CODEQL_RUNNER dotnet build
375+
& $Env:CODEQL_RUNNER dotnet build
376376
377377
- name: Run analyze
378378
run: |

0 commit comments

Comments
 (0)