Skip to content

Commit

Permalink
fixup! .github/workflows/ci.yml: fix Emscripten test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jun 13, 2024
1 parent f9f0509 commit 2df8627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2df8627

Please sign in to comment.