generated from Oliver/discord-bot-template
manually install rust
This commit is contained in:
parent
cb79724a48
commit
d597b90fc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user