From 8b5637611189222dd07d1ac329246289466245cf Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 18 Feb 2023 12:35:27 +0100 Subject: [PATCH] with sudo? --- .github/workflows/build_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 01c0cf4..fe6869c 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -85,7 +85,7 @@ jobs: PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }} steps: - name: update system - run: apt-get update && apt upgrade + run: sudo apt-get update && apt upgrade - name: Checkout code uses: actions/checkout@v3 - uses: actions/cache@v3