diff --git a/.github/workflows/build_binary.yaml b/.github/workflows/build_binary.yaml index 4015fac..84a91ff 100644 --- a/.github/workflows/build_binary.yaml +++ b/.github/workflows/build_binary.yaml @@ -31,9 +31,9 @@ jobs: android: true dotnet: true haskell: true - large-packages: true - docker-images: true - swap-storage: true + large-packages: false + docker-images: false + swap-storage: false - name: Set up Go uses: actions/setup-go@v4