manually install rust
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 36s

This commit is contained in:
oliver 2024-07-27 14:58:38 -06:00
parent cb79724a48
commit d597b90fc2

View File

@ -14,11 +14,10 @@ jobs:
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose