Skip to content

Commit

Permalink
Install nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Apr 5, 2024
1 parent 9da5d18 commit 711046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: apt-get install --yes ca-certificates curl gnupg && curl -sL https://deb.nodesource.com/setup_21.x | bash - && apt-get update

- name: Install building tools
run: apt-get install --yes git python3 python3-pip gcc g++ make ninja-build nodejs node-gyp
run: apt-get install --yes git python3 python3-pip gcc g++ make ninja-build nodejs npm nodejs-dev node-gyp libssl1.0-dev

- name: Clone the repo
run: git clone https://github.com/devraymondsh/libnode-distributable
Expand Down

0 comments on commit 711046e

Please sign in to comment.