diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index e117189..541bab9 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -130,8 +130,8 @@ jobs: - name: Install unzip (required for Bun setup) run: | - sudo apt-get update - sudo apt-get install -y unzip + apt-get update + apt-get install -y unzip - name: Restore Turborepo Cache uses: actions/cache@v4