We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dbd3c commit 6e48a97Copy full SHA for 6e48a97
.github/workflows/ci.yml
@@ -44,11 +44,12 @@ jobs:
44
echo "Android support:"
45
env|grep ANDROID
46
47
- - name: Install dependencies
+ - name: Install dependencies and force sdk node
48
run: |
49
sudo apt-get update --fix-missing
50
# git clang libffi-dev libssl-dev zlib1g-dev pkg-config libncursesw5-dev python3-pip make
51
sudo apt-get install -y bash patchelf wget lz4
52
+ sudo rm /usr/bin/node
53
54
- name: Build sdk
55
0 commit comments