Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Call sudo apt-get update and update cache, checkout actions #316

Merged
merged 2 commits into from
Feb 24, 2024

Commits on Feb 24, 2024

  1. CI: Add sudo apt-get update

    See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners
    
    > Note: Always run sudo apt-get update before installing a package. In case the apt index is stale, this command fetches and re-indexes any available packages, which helps prevent package installation failures.
    gudnimg committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    67e3a3c View commit details
    Browse the repository at this point in the history
  2. CI: update cache and checkout to v4

    This syncs the github actions for the MMU project with
    the MK3 project
    gudnimg committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cc5c425 View commit details
    Browse the repository at this point in the history