test
Some checks failed
Create Scripts / Build (push) Failing after 12s

This commit is contained in:
椰子 2025-06-27 18:20:32 +08:00
parent 40bfbf06ee
commit e28bc19dfd

View File

@ -28,7 +28,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
~/.cargo/env
- run: [ -e ~/.cargo/env ] && source ~/.cargo/env
- run: test -e ~/.cargo/env && source ~/.cargo/env
#- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with: