Skip to content

Commit

Permalink
fore sdk node use
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 19, 2024
1 parent c3dbd3c commit 6e48a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
echo "Android support:"
env|grep ANDROID
- name: Install dependencies
- name: Install dependencies and force sdk node
run: |
sudo apt-get update --fix-missing
# git clang libffi-dev libssl-dev zlib1g-dev pkg-config libncursesw5-dev python3-pip make
sudo apt-get install -y bash patchelf wget lz4
sudo rm /usr/bin/node
- name: Build sdk
run: |
Expand Down

0 comments on commit 6e48a97

Please sign in to comment.