build: gitea actions
All checks were successful
Integration test for new action version / it (push) Successful in 38s

This commit is contained in:
2024-02-29 22:45:42 +01:00
parent fb97f44e61
commit aa5dc1b24d
2 changed files with 21 additions and 0 deletions

View File

@@ -5,7 +5,10 @@ LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI
LABEL "com.github.actions.icon"="play-circle"
LABEL "com.github.actions.color"="gray-dark"
RUN rustup show
RUN rustup uninstall nightly
RUN rustup install nightly
RUN rustup show
RUN rustup component add clippy-preview
RUN rustup component add rustfmt-preview