Skip to content

Commit

Permalink
force sdk node
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 19, 2024
1 parent 6e48a97 commit 6316f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
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
sudo rm -vf $(which node)
- name: Build sdk
run: |
Expand Down

0 comments on commit 6316f8f

Please sign in to comment.