Skip to content

Commit e7d20c3

Browse files
authored
fix typo
1 parent 4ed585e commit e7d20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash -l {0}
4242
run: |
4343
cd $HOME
44-
git clone --depth=1https://github.com/emscripten-core/emsdk.git
44+
git clone --depth=1 https://github.com/emscripten-core/emsdk.git
4545
cd emsdk
4646
./emsdk install ${{ matrix.emsdk_ver }}
4747

0 commit comments

Comments
 (0)