diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 92967ed..2f303e0 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -18,8 +18,8 @@ jobs: fetch-depth: 0 - name: Setup Docker run: | - apt-get update - apt-get install -y docker.io + sudo apt-get update + sudo apt-get install -y docker.io - uses: coursier/cache-action@v6.4 - uses: VirtusLab/scala-cli-setup@v1.5 - run: scala-cli test branch