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

`Flutter` installation failed #179

Closed daiki1003 closed 1 year ago

daiki1003 commented 1 year ago

⛳️ Overview

🎯 Commits Info

b1d33bca250325e536d154a6ae802a463c52bc57 works fine, but c30358aafe5ae8e54d1ee4cbba0220fb4b311958 produces error.

📓 yaml file

 - name: 'Setup flutter environment'
      uses: subosito/flutter-action@v2
      with:
        flutter-version: '3.0.4'
        channel: 'stable'
        cache: true

📸 Screenshot

CleanShot 2022-07-26 at 16 32 44

dhimanrascon commented 1 year ago

We've facing the same error

KKimj commented 1 year ago

We Should Downgrade to 2.4.0. edited) We Should use 2.5.0 version!!


      - name: Setup Flutter SDK
        uses: subosito/flutter-action@v2.5.0
        with: 
          channel: 'stable'
          cache: true
daiki1003 commented 1 year ago

@KKimj Thanks, I will :)

kouhon commented 1 year ago

@KKimj Now it works. Thank you!

wenkey-gm commented 1 year ago

Facing the same error flutter: command not found, downgrade to v2.4.0 solved it.

alexey-nobody commented 1 year ago

2.5.0 also working good

      - uses: subosito/flutter-action@v2.5.0
        with:
          channel: 'stable'
dhimanrascon commented 1 year ago

~We Should Downgrade to 2.4.0.~ edited) We Should use 2.5.0 version!!

      - name: Setup Flutter SDK
        uses: subosito/flutter-action@v2.5.0
        with: 
          channel: 'stable'
          cache: true

Working.

edufolly commented 1 year ago

Facing the same issue with v2.6.0.

hakunatomata2 commented 1 year ago

Same here, suddenly stopped working but increasing version to v2.5.0 did the trick. Thanks!

yurikoles commented 1 year ago

Please stop posting useless comments, like Me too, this produces unwanted notifications for subscribers. Consider reacting with emoji to any post in the thread in order to subscribe to for updates

subosito commented 1 year ago

Just pushed a fix for this in v2 and v2.6.1. Please retry and confirm if the issue is solved. Thanks!

daiki1003 commented 1 year ago

@subosito Thanks a lot! :)