generated from Oliver/discord-bot-template
env not working :(
Some checks failed
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 27s
Some checks failed
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 27s
This commit is contained in:
parent
86da8a032c
commit
369553f7c6
@ -18,8 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- run: . "$HOME/.cargo/env"
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test --verbose
|
||||
- run: ./home/$(whoami)/.local/share/cargo/bin/rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: ./home/$(whoami)/.local/share/cargo/bin/cargo build --verbose
|
||||
- run: ./home/$(whoami)/.local/share/cargo/bin/cargo build test --verbose
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user