Skip to content

Commit

Permalink
Update test_language_bindings.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent d01e85d commit eb06ae7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test_language_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,8 @@ jobs:
run: |
sudo apt update
sudo apt install cabal-install haskell-stack ghc
# curl -O https://downloads.haskell.org/~ghc/8.10.7/ghc-8.10.7-x86_64-deb10-linux.tar.xz
# tar xvf ghc-8.10.7-x86_64-deb10-linux.tar.xz
# cd ghc-8.10.7 && ./configure
# cd ghc-8.10.7 && make install
ghc --version
cabal update
# stack init
# stack --resolver lts-18 build
- name: make haskell
run: |
make haskell
Expand Down Expand Up @@ -136,8 +130,10 @@ jobs:
git clone https://github.com/acornjs/acorn.git
cd acorn ; npm install ; cd -
# Emscripten
wget --no-verbose -c http://archive.ubuntu.com/ubuntu/pool/universe/e/emscripten/emscripten_3.1.6~dfsg-5_all.deb
sudo apt install -f ./emscripten_3.1.6~dfsg-5_all.deb nodejs- node-acorn- # ignore nodejs acorn max version
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk ; ./emsdk install latest : ./emsdk activate latest ; source ./emsdk_env.sh ; cd -
# wget --no-verbose -c http://archive.ubuntu.com/ubuntu/pool/universe/e/emscripten/emscripten_3.1.6~dfsg-5_all.deb
# sudo apt install -f ./emscripten_3.1.6~dfsg-5_all.deb nodejs- node-acorn- # ignore nodejs acorn max version
- name: make js
run: |
emcc -v
Expand Down

0 comments on commit eb06ae7

Please sign in to comment.