diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 190cddb3..c6a020d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Extract build environment run: | - tar -xzf environment.tar.gz -C / + sudo tar -xzf environment.tar.gz -C / - name: Sync repository uses: actions/checkout@v4