-
I'm using PyInstlaler in a GitHub action to do automatic build testing, but the process is very slow. I tried to Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
PyInstaller's caching is done based on files' last modified timestamps. The process of GitHub stashing and restoring the |
Beta Was this translation helpful? Give feedback.
I suppose that's true for Python / PyInstaller. For other platforms and languages I've been doing them as sanity checks since builds can fail due to issues with code.
In the future, I will be doing automated releases which will be built via Actions, but I suppose the speed doesn't really matter on those.
Thanks!