We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa636e commit f2d9cd1Copy full SHA for f2d9cd1
.github/workflows/ci.yml
@@ -264,7 +264,7 @@ jobs:
264
registry: https://index.docker.io/v1/
265
image: emscripten/emsdk
266
options: --volume ${{ github.workspace }}:/blst --network=none
267
- run: git clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
+ run: git config --global safe.directory \* && git clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
268
269
- name: C#
270
run: |
0 commit comments