diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 4a9ff0d7a..dbb655071 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -86,22 +86,7 @@ jobs: SERVICE_LIST: ${{ github.event.inputs.servicesList }} GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # This might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: false - - # All of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: true - dotnet: true - haskell: true - large-packages: false - docker-images: true - swap-storage: true - + - name: Install musl cc uses: awalsh128/cache-apt-pkgs-action@v1 with: