updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-08 01:09:09 +08:00
parent acdc739bbc
commit 767992249b

View file

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