env not working :(
Some checks failed
Cargo Build & Test / Rust project - latest (nightly) (push) Failing after 27s

This commit is contained in:
oliver 2024-07-27 15:02:43 -06:00
parent 86da8a032c
commit 369553f7c6

View File

@ -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