mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-09 20:01:05 +00:00
Add ltinfo dep to GHA
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: |
|
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
|
# 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'
|
# 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
|
# Install Emscripten
|
||||||
git clone https://github.com/emscripten-core/emsdk.git
|
git clone https://github.com/emscripten-core/emsdk.git
|
||||||
cd emsdk
|
cd emsdk
|
||||||
|
|||||||
Reference in New Issue
Block a user