Skip to content

Commit 6316f8f

Browse files
committed
force sdk node
1 parent 6e48a97 commit 6316f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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
52+
sudo rm -vf $(which node)
5353
5454
- name: Build sdk
5555
run: |

0 commit comments

Comments
 (0)