Skip to content

Commit 11f9015

Browse files
committed
.github/workflows/ci.yml: fix Emscripten test.
1 parent 2c6bbec commit 11f9015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
registry: https://index.docker.io/v1/
265265
image: emscripten/emsdk
266266
options: --volume ${{ github.workspace }}:/blst --network=none
267-
run: git clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
267+
run: git -c safe.directory="*" clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
268268

269269
- name: C#
270270
run: |

0 commit comments

Comments
 (0)