fix source cargo

This commit is contained in:
continuist 2025-04-13 00:15:53 -04:00
parent ab048a8416
commit 83e54f2c90

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
source . $HOME/.cargo/env
- name: Build
run: cargo build --verbose
- name: Run tests