diff options
author | Alon Zakai <azakai@google.com> | 2020-05-06 17:36:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 17:36:19 -0700 |
commit | 4c9473a4bb6109c38ae669667036baedb090ef99 (patch) | |
tree | 707446c5423aa6588de077be910d70c19bd0c458 /.github/workflows | |
parent | 5585d3a46f2b1daf74d4a7cf7b1d9a17b102b05c (diff) | |
download | binaryen-4c9473a4bb6109c38ae669667036baedb090ef99.tar.gz binaryen-4c9473a4bb6109c38ae669667036baedb090ef99.tar.bz2 binaryen-4c9473a4bb6109c38ae669667036baedb090ef99.zip |
Fix emscripten CI tests to 1.39.14, until we fix the lack of MODULARIZE_INSTANCE (#2834)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6f7c68b3..3613e841a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,8 +199,8 @@ jobs: mkdir $HOME/emsdk git clone --depth 1 https://github.com/emscripten-core/emsdk.git $HOME/emsdk $HOME/emsdk/emsdk update-tags - $HOME/emsdk/emsdk install latest - $HOME/emsdk/emsdk activate latest + $HOME/emsdk/emsdk install 1.39.14 + $HOME/emsdk/emsdk activate 1.39.14 echo "::add-path::$HOME/emsdk" - name: emcc-tests run: | |