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 - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Particle CLI - name: Install Particle CLI
run: sudo npm install -g particle-cli run: sudo npm install -g particle-cli particle-usb
- name: Login to Particle - name: Login to Particle
run: particle login -t "${{ secrets.PARTICLE_TOKEN }}" run: particle login -t "${{ secrets.PARTICLE_TOKEN }}"
- name: Compile - name: Compile

View File

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