Skip to content

Commit

Permalink
install node-gyp in ci (#3084)
Browse files Browse the repository at this point in the history
install node-gyp in ci because it may not be available anymore in GH actions.
  • Loading branch information
johrstrom authored Sep 28, 2023
1 parent b333b18 commit ef4221d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
bundle install
gem install rake
- name: Setup Node.js
run: |
npm install -g node-gyp
- name: Setup rclone
run: sudo apt-get update && sudo apt-get install rclone

Expand Down

0 comments on commit ef4221d

Please sign in to comment.