This reverts commit 1404b1ef70.
This commit is contained in:
Benoit Blanchon
2024-09-28 09:58:48 +02:00
parent 2512993617
commit 64cbaa6ff7
2 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Particle CLI - name: Install Particle CLI
run: sudo npm install -g particle-cli particle-usb run: sudo npm install -g particle-cli
- 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 particle-usb run: npm install -g particle-cli
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login - name: Login