build: gitea actions
Some checks failed
Integration test for new action version / it (push) Failing after 8s

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

View File

@@ -5,6 +5,8 @@ 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 remove nightly
RUN rustup install nightly
RUN rustup component add clippy-preview
RUN rustup component add rustfmt-preview