Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 14, 2024
1 parent ce8bf3d commit 563864d
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 @@ -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
Expand Down

0 comments on commit 563864d

Please sign in to comment.