subosito / flutter-action

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

pub cache not found #300

Open git-elliot opened 5 months ago

git-elliot commented 5 months ago

https://github.com/osociety/vernet/actions/runs/8645064405/job/23701563442

Cache not found for input keys: flutter-pub-linux-stable-3.19.5-x64-300451adae589accbece3490f4396f10bdf15e6e-, flutter-pub-linux-stable-3.19.5-x64-300451adae589accbece3490f4396f10bdf15e6e-, flutter-pub-linux-stable-3.19.5-x64-300451adae589accbece3490f4396f10bdf15e6e

seuros commented 5 months ago

The cache mechanism run twice: Run actions/cache@v4 Run actions/cache@v4

git-elliot commented 5 months ago

@seuros It ran twice to cache flutter first and then cache pub dependencies.

seuros commented 5 months ago

@git-elliot Got it. Then we should name the step to be more descriptive.

The post action still have a weird error:

Screenshot 2024-04-16 at 16 58 49
bartekpacia commented 5 months ago

Hi! Feel free to make a PR with changes you'd like. I'm all for making the logs more descriptive.

jencompgeek commented 3 weeks ago

Hi! I'm running into this exact same issue (same cache not found for input keys and same error in the post action). Was there a resolution for this?