get cargo path

This commit is contained in:
continuist 2025-04-13 00:22:22 -04:00
parent 411dc2bc03
commit 34a386ee9a

View file

@ -14,6 +14,8 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
- name: Get cargo path
run: which cargo
- name: Build
run: cargo build --verbose
- name: Run tests