File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-22.04
2020 env :
2121 BUILDS : 3.12 3.13
22- EMFLAVOUR : 3.1.59
22+ EMFLAVOUR : tot
2323
2424 steps :
2525 - uses : actions/checkout@v3.3.0
Original file line number Diff line number Diff line change 174174 embuilder --pic build $one
175175 done
176176
177+ curl -fsSL https://bun.sh/install | bash
177178
178179# maybe rewrite that in python and move it to emcc.py
179180
520521 export EMCC_SKIP_SANITY_CHECK=1
521522 export EM_IGNORE_SANITY=1
522523
524+
523525else
524526 echo " emsdk: config already set !" 1>&2
525527fi
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- . ${CONFIG:- config}
43. scripts/emsdk-fetch.sh
54
65cd ${ROOT} /src
7- export OPENSSL=" openssl-1.1.1s "
8- export URL_OPENSSL=https://ftp .openssl.org/source/$OPENSSL .tar.gz
6+ export OPENSSL=" openssl-1.1.1w "
7+ export URL_OPENSSL=https://www .openssl.org/source/old/1.1.1/openssl-1.1.1w .tar.gz
98
109
1110
You can’t perform that action at this time.
0 commit comments