Skip to content

Commit

Permalink
Add a workaround for particle-iot/particle-cli#716
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Mar 12, 2024
1 parent 36e1eec commit 1404b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Particle CLI
run: sudo npm install -g particle-cli
run: sudo npm install -g particle-cli particle-usb
- name: Login to Particle
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install
run: npm install -g particle-cli
run: npm install -g particle-cli particle-usb
- name: Checkout
uses: actions/checkout@v3
- name: Login
Expand Down

0 comments on commit 1404b1e

Please sign in to comment.