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