Skip to content

Commit ea80f43

Browse files
committed
Fix codeql error
Signed-off-by: Alireza Poodineh <[email protected]>
1 parent a566b33 commit ea80f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: Build
9191
shell: bash
9292
run: |
93-
./build.sh bite restore
93+
./build.sh run restore
9494
./build.sh restore
9595
./build.sh build -c Release --no-restore
9696

0 commit comments

Comments
 (0)