Skip to content

Commit 64cbaa6

Browse files
committed
Remove the workaround for particle-iot/particle-cli#716
This reverts commit 1404b1e.
1 parent 2512993 commit 64cbaa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
- name: Checkout
404404
uses: actions/checkout@v4
405405
- name: Install Particle CLI
406-
run: sudo npm install -g particle-cli particle-usb
406+
run: sudo npm install -g particle-cli
407407
- name: Login to Particle
408408
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
409409
- name: Compile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Install
64-
run: npm install -g particle-cli particle-usb
64+
run: npm install -g particle-cli
6565
- name: Checkout
6666
uses: actions/checkout@v4
6767
- name: Login

0 commit comments

Comments
 (0)