diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbf7dc3d..a96186da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -264,7 +264,7 @@ jobs: registry: https://index.docker.io/v1/ image: emscripten/emsdk options: --volume ${{ github.workspace }}:/blst --network=none - 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 - name: C# run: |