diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb90c18e6..079ff3ba9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: install dependencies - run: apt-get update && apt install -y astyle jq git + run: sudo apt-get update && sudo apt install -y astyle jq git - name: Astyle version run: astyle --version