This commit is contained in:
Benoit Blanchon
2024-03-12 09:58:43 +01:00
parent 36e1eecc7d
commit 1404b1ef70
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Particle CLI
run: sudo npm install -g particle-cli
run: sudo npm install -g particle-cli particle-usb
- name: Login to Particle
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
- name: Compile

View File

@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install
run: npm install -g particle-cli
run: npm install -g particle-cli particle-usb
- name: Checkout
uses: actions/checkout@v3
- name: Login