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