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 6faa5a1 commit d3dc2d6Copy full SHA for d3dc2d6
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
- name: Install Particle CLI
23
- run: sudo npm install -g particle-cli
+ run: bash <( curl -sL https://particle.io/install-cli )
24
- name: Login to Particle
25
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
26
- name: Compile
0 commit comments