Skip to content

Commit

Permalink
removed nodejs as dependency
Browse files Browse the repository at this point in the history
Signed-off-by: rohith-raju <rohithraju488@gmail.com>
  • Loading branch information
Rohith-Raju committed Jun 28, 2023
1 parent 61cc1a6 commit ab807a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Install deps
run: |
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt install libjq-dev libelf-dev libyaml-cpp-dev cmake build-essential git emscripten nodejs -y
sudo DEBIAN_FRONTEND=noninteractive apt install libjq-dev libelf-dev libyaml-cpp-dev cmake build-essential git emscripten -y
node --version
- name: Emscripten build
run: |
Expand Down

0 comments on commit ab807a4

Please sign in to comment.