Fix source cargo
Some checks failed
Pipeline main branch / test (push) Failing after 33s

This commit is contained in:
continuist 2025-04-13 00:19:51 -04:00
parent 83e54f2c90
commit 411dc2bc03

View file

@ -13,7 +13,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source . $HOME/.cargo/env
. "$HOME/.cargo/env"
- name: Build
run: cargo build --verbose
- name: Run tests