awalsh128 / cache-apt-pkgs-action

Cache APT packages in GitHub Actions
Other
205 stars 35 forks source link

Issue upgrading to 1.2.2 #83

Closed akaszynski closed 1 year ago

akaszynski commented 1 year ago

We're seeing failures when upgrading to 1.2.2 in https://github.com/pyvista/pyvista/pull/3773

If this is related to caching, is there a way you could reset the cache for new versions? That way dependabot PRs don't instantly fail.

Workflow traceback:

09:10:18 Reading from main requested packages manifest...
09:10:18 - git-restore-mtime 2019.11-1
09:10:18 - libgl1-mesa-dev 21.2.6-0ubuntu0.1~20.04.2
09:10:18 - libosmesa6-dev 21.2.6-0ubuntu0.1~20.04.2
09:10:18 - pandoc 2.5-3build2
09:10:18 - python3-tk 3.8.10-0ubuntu1~20.04
09:10:18 done

ls: cannot access '/home/runner/cache-apt-pkgs/*.tar': No such file or directory
awalsh128 commented 1 year ago

I set the latest release back to 1.2.1 so dependabot sees this instead. Will take a look at the failure. Please try again.

awalsh128 commented 1 year ago

FYI, I need to revert the latest and v1 tag while I look into this.

awalsh128 commented 1 year ago

@akaszynski could you share your action invocation with me? Also, did this still happen after changing the input version?

awalsh128 commented 1 year ago

Okay, that issue has now been fixed. Latest release addresses this #82