subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.17k stars 193 forks source link

Action is suddenly failing #180

Closed GabrielBB closed 1 year ago

GabrielBB commented 1 year ago

I get: image

When using:

- name: Setup Flutter
        uses: subosito/flutter-action@v2
        with:
          flutter-version: "3.0.5"
          channel: "stable"
          cache: true
Waxo commented 1 year ago

Possible duplicate of #179

subosito commented 1 year ago

@GabrielBB Please retry; I have just pushed a fix for this issue. Thanks!

GabrielBB commented 1 year ago

@subosito Working now. Thanks