Skip to content

Commit 1dcd6c5

Browse files
committed
fixed typo in ci
1 parent e05fe17 commit 1dcd6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
needs: [format, clippy, test, build, wasm-check]
120120
if: always()
121121
defaults:
122-
run:
123-
working-directory: .
122+
run:
123+
working-directory: .
124124
steps:
125125
- name: Check all jobs
126126
run: |

0 commit comments

Comments
 (0)