Skip to content

Commit

Permalink
Add ltinfo dep to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 12, 2024
1 parent 6e6fe20 commit f59b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-revive-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
# wget https://cmake.org/files/v3.20/cmake-3.20.0-linux-x86_64.sh && chmod +x cmake-3.20.0-linux-x86_64.sh && ./cmake-3.20.0-linux-x86_64.sh --prefix=/usr/local --skip-license
# alias cmake='/usr/local/bin/cmake'
sudo apt-get update && sudo apt-get install -y cmake ninja-build libncurses5
sudo apt-get update && sudo apt-get install -y cmake ninja-build libncurses5 libtinfo-dev
# Install Emscripten
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
Expand Down

0 comments on commit f59b47d

Please sign in to comment.