File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218
218
node_js=bindings/node.js
219
219
if [ -x $node_js/run.me ]; then
220
220
if [ ! -x ~/swig/bin/swig ]; then
221
- ( git clone https://github.com/swig/swig;
221
+ ( git clone --branch v4.2.1 https://github.com/swig/swig;
222
222
cd swig;
223
223
./autogen.sh;
224
224
./configure --prefix=$HOME/swig;
@@ -264,7 +264,7 @@ jobs:
264
264
registry : https://index.docker.io/v1/
265
265
image : emscripten/emsdk
266
266
options : --volume ${{ github.workspace }}:/blst --network=none
267
- run : git clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
267
+ run : git config --global safe.directory \* && git clone -q /blst /tmp/blst && /tmp/blst/bindings/emscripten/run.me -O2
268
268
269
269
- name : C#
270
270
run : |
You can’t perform that action at this time.
0 commit comments