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 6e48a97 commit 6316f8fCopy full SHA for 6316f8f
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
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
+ sudo rm -vf $(which node)
53
54
- name: Build sdk
55
run: |
0 commit comments