We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2512993 commit 64cbaa6Copy full SHA for 64cbaa6
.github/workflows/ci.yml
@@ -403,7 +403,7 @@ jobs:
403
- name: Checkout
404
uses: actions/checkout@v4
405
- name: Install Particle CLI
406
- run: sudo npm install -g particle-cli particle-usb
+ run: sudo npm install -g particle-cli
407
- name: Login to Particle
408
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
409
- name: Compile
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
runs-on: ubuntu-latest
62
steps:
63
- name: Install
64
- run: npm install -g particle-cli particle-usb
+ run: npm install -g particle-cli
65
66
67
- name: Login
0 commit comments