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

chore: update github actions #339

Merged
merged 2 commits into from
Jan 20, 2024
Merged

chore: update github actions #339

merged 2 commits into from
Jan 20, 2024

Commits on Jan 19, 2024

  1. ci(deps): Update github actions

    Migrate from actions-rs/* to dtolnay/*, update other actions to latest
    versions.
    
    The actions-rs was archived not long ago, and while the actual result
    will not change, this prevents github action warnings.
    
    Also reorders the actions to have an early failure with cargo fmt, and
    added the beta toolchain to the CI workflow
    
    In CD use checkout@v3 to avoid missing glibc issues
    LucasFA committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d59d2e0 View commit details
    Browse the repository at this point in the history
  2. Add restore-keys, rustc version to CI cachekey

    As the compiled libraries are not compatible version to version; read
    rustc error [E0514]
    
    Regarding restore-keys, many builds do not get their dependencies cached
    because of it being missing. Many libraries will be the same even if the
    lockfile changes slightly
    LucasFA committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3885434 View commit details
    Browse the repository at this point in the history