From 64cbaa6ff73053dd15d4db7cf5538fa6f921a9d2 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Sat, 28 Sep 2024 09:58:48 +0200 Subject: [PATCH] Remove the workaround for particle-iot/particle-cli#716 This reverts commit 1404b1ef706f0bf272874dd031fd5b9c0851e7bd. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7043ed..e605cc2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -403,7 +403,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install Particle CLI - run: sudo npm install -g particle-cli particle-usb + run: sudo npm install -g particle-cli - name: Login to Particle run: particle login -t "${{ secrets.PARTICLE_TOKEN }}" - name: Compile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84a54ba6..c04d27b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install - run: npm install -g particle-cli particle-usb + run: npm install -g particle-cli - name: Checkout uses: actions/checkout@v4 - name: Login