Skip to content

Commit

Permalink
.github/workflows/ci.yml: fix Emscripten test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jul 1, 2024
1 parent 7aa636e commit f2d9cd1
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: 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

- name: C#
run: |
Expand Down

0 comments on commit f2d9cd1

Please sign in to comment.