We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed585e commit e7d20c3Copy full SHA for e7d20c3
.github/workflows/deploy-github-page.yml
@@ -41,7 +41,7 @@ jobs:
41
shell: bash -l {0}
42
run: |
43
cd $HOME
44
- git clone --depth=1https://github.com/emscripten-core/emsdk.git
+ git clone --depth=1 https://github.com/emscripten-core/emsdk.git
45
cd emsdk
46
./emsdk install ${{ matrix.emsdk_ver }}
47
0 commit comments