From 1bd17809f2d41789284f3df64ec098a3a4a46861 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 11 Jan 2020 02:36:35 +0200 Subject: [PATCH] sudo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e419009..115b146 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -259,7 +259,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Set up Particle CLI - run: npm install -g particle-cli + run: sudo npm install -g particle-cli - name: Log in env: PARTICLE_TOKEN: ${{ secrets.PARTICLE_TOKEN }}