Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Nov 8, 2024
1 parent 534a41a commit 1aa030d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cron-npm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ jobs:
fail-fast: false
matrix:
package:
- '@celo/utils@beta'
- '@celo/contractkit@beta'
- '@celo/celocli@beta'
- '@celo/utils@beta'
- '@celo/contractkit@beta'
- '@celo/celocli@beta'
steps:
- name: Install @celo/celocli dependencies
if: matrix.package == '@celo/celocli@beta'
run: |
apt update
apt install -y libusb-1.0-0-dev libudev-dev
npm install node-gyp --global
git config --global url."https://".insteadOf ssh://
- name: Installing npm package
run: npm install ${{ matrix.package }} --global
- name: Test celocli command
Expand Down

0 comments on commit 1aa030d

Please sign in to comment.