updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:07:51 +08:00
parent 6fa24af2d8
commit acdc739bbc

View file

@ -37,7 +37,9 @@ jobs:
apt update && apt install -y curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo $HOME
. "/github/home/.cargo/env"
source "/github/home/.cargo/env"
ls -la $HOME
ls -la /github/home/
- name: Testing
run: |