mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 09:08:00 +00:00
Fix CI
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Install LLVM Dependencies
|
||||
if: steps.cache-llvm.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
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 libtinfo5
|
||||
# Install Emscripten
|
||||
git clone https://github.com/emscripten-core/emsdk.git
|
||||
cd emsdk
|
||||
|
||||
Reference in New Issue
Block a user