From 1e98973f9fc97a8587e0bbcd9c539ad82de5285b Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 2 Dec 2023 16:01:31 -0800 Subject: [PATCH] Where's cargo? Signed-off-by: John Nunley --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 930a3e1..25c33ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,8 @@ jobs: # - name: Check selected Tier 3 targets # if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest' # run: cargo check -Z build-std --target=riscv32imc-esp-espidf - - run: sudo cargo test + - run: whereis cargo || true + - run: sudo /home/runner/.cargo/bin/cargo test # Copied from: https://github.com/rust-lang/stacker/pull/19/files windows_gnu: