Skip to content

Commit d3dc2d6

Browse files
committed
Particle: update installation method
1 parent 6faa5a1 commit d3dc2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Install Particle CLI
23-
run: sudo npm install -g particle-cli
23+
run: bash <( curl -sL https://particle.io/install-cli )
2424
- name: Login to Particle
2525
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
2626
- name: Compile

0 commit comments

Comments
 (0)