subosito / flutter-action

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

Windows setup fails on beta channel #315

Open NobodyForNothing opened 2 weeks ago

NobodyForNothing commented 2 weeks ago

A workflow like the one from the example fails on windows:

windows:
  runs-on: windows-latest
  steps:
    - uses: actions/checkout@v4
    - uses: subosito/flutter-action@v2
      with:
        channel: 'beta'
    - run: flutter build windows --release

After downloading the following error is displayed in the log:

flutter/docs/engine/ci/Engine-pre‐submits-and-post‐submits.md:  mismatching "local" filename (flutter/docs/engine/ci/Engine-pre���submits-and-post���submits.md),
         continuing with "central" filename version
buenaflor commented 2 weeks ago

Same issue here