Skip to content

Commit 3adfadd

Browse files
Fix run command
1 parent 9c3708c commit 3adfadd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747
with:
4848
submodules: recursive
49-
run: |
49+
- run: |
5050
git config --global core.autocrlf false
5151
git config --global core.longpaths true
5252
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v2
113113
with:
114114
submodules: recursive
115-
run: |
115+
- run: |
116116
git config --global core.autocrlf false
117117
git config --global core.longpaths true
118118

0 commit comments

Comments
 (0)