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 bec657e commit 5f96515Copy full SHA for 5f96515
1 file changed
.github/workflows/ci.yml
@@ -398,7 +398,9 @@ jobs:
398
- name: Checkout
399
uses: actions/checkout@v4
400
- name: Install Particle CLI
401
- run: sudo npm install -g particle-cli
+ run: |
402
+ bash <( curl -sL https://particle.io/install-cli )
403
+ echo "$HOME/bin" >> $GITHUB_PATH
404
- name: Login to Particle
405
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
406
- name: Compile
0 commit comments