Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e48a97

Browse files
committedDec 19, 2024·
fore sdk node use
1 parent c3dbd3c commit 6e48a97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ jobs:
4444
echo "Android support:"
4545
env|grep ANDROID
4646
47-
- name: Install dependencies
47+
- name: Install dependencies and force sdk node
4848
run: |
4949
sudo apt-get update --fix-missing
5050
# git clang libffi-dev libssl-dev zlib1g-dev pkg-config libncursesw5-dev python3-pip make
5151
sudo apt-get install -y bash patchelf wget lz4
52+
sudo rm /usr/bin/node
5253
5354
- name: Build sdk
5455
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.