Running with medium container - apt-get fails to install a stock package #1007
-
Hi all, I'm trying to run this, which runs fine on GH Actions: https://github.com/SentryPeer/SentryPeer/blob/main/.github/workflows/clang-analyzer.yml like so:
and it fails at the apt-get stage with Do I need the full 20GB image? What did I miss? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
missing |
Beta Was this translation helpful? Give feedback.
-
Ah, the large must be up to date a bit then. I do do it here https://github.com/SentryPeer/SentryPeer/blob/main/.github/workflows/clang-analyzer.yml#L35 Good catch! It's nice having act to spot this! |
Beta Was this translation helpful? Give feedback.
missing
apt-get update
in workflow