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

This commit is contained in:
2024-03-01 00:05:34 +01:00
parent fb97f44e61
commit aa5dc1b24d
2 changed files with 21 additions and 0 deletions
+3
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