You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the act workflows installing Ubuntu packages with apt, the list of sources has to be refreshed first with apt update. The same is not required in GHA. I can run apt install -y $PACKAGE straight away.
AFAIK that's the 'feature' of docker image, nothing particular to act. I suggest adding one-liner to documentation, something like:
"Ubuntu docker image requires a source list refresh before running apt install. Therefore, any workflow with the deb package installation action requires the apt update to be run first."
The text was updated successfully, but these errors were encountered:
Details
In the act workflows installing Ubuntu packages with apt, the list of sources has to be refreshed first with
apt update
. The same is not required in GHA. I can runapt install -y $PACKAGE
straight away.AFAIK that's the 'feature' of docker image, nothing particular to act. I suggest adding one-liner to documentation, something like:
"Ubuntu docker image requires a source list refresh before running
apt install
. Therefore, any workflow with the deb package installation action requires theapt update
to be run first."The text was updated successfully, but these errors were encountered: