We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f0509 commit 2df8627Copy full SHA for 2df8627
.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: set -x && git -c safe.directory="*" clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
+ run: set -x && 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