Skip to content

Commit

Permalink
[unity]emsdk版本和unity2022一致试试
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 25, 2024
1 parent 518a2e3 commit 619673f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ runs:
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
git pull
./emsdk install latest
./emsdk activate latest
./emsdk install 3.1.8
./emsdk activate 3.1.8
source ./emsdk_env.sh
cd ../native_src
node ../cli make --platform wasm --arch wasm32 --backend quickjs --config ${{ inputs.config }}
Expand Down

0 comments on commit 619673f

Please sign in to comment.