updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:10:51 +08:00
parent 767992249b
commit 70a247ba42

View file

@ -39,7 +39,9 @@ jobs:
echo $HOME echo $HOME
ls -la $HOME ls -la $HOME
ls -la /github/home/ ls -la /github/home/
source "/github/home/.cargo/env" ls -la $HOME/.cargo/
ls -la $HOME/.cargo/env
. "/github/home/.cargo/env"
- name: Testing - name: Testing
run: | run: |