Replies: 3 comments 1 reply
-
Any downside of updating Ubuntu version on actions? like 20.04 or 22.04 @ofTheo ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've tested using this for apt packages and it seems great |
Beta Was this translation helpful? Give feedback.
0 replies
-
Other idea here: if we use something like this concurrency:
group: environment-${{ github.ref }}
cancel-in-progress: true pushing a new commit to a PR cancels the previous actions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/actions/cache
maybe using it for downloading libs? I think this can shave some time off actions.
Beta Was this translation helpful? Give feedback.
All reactions