awalsh128 / cache-apt-pkgs-action

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

Use apt-get instead of just apt #30

Closed akaszynski closed 2 years ago

akaszynski commented 2 years ago

Use apt-get to avoid those "Unstable CLI Interface" warnings.

awalsh128 commented 2 years ago

show isn't a valid command with apt-get.

https://github.com/awalsh128/cache-apt-pkgs-action-ci/actions/runs/2714642718

Reverting this. Fortunately not a big change and we can revisit.