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

This commit is contained in:
椰子 2025-06-27 18:10:35 +08:00
parent bb3f9465ce
commit 1a70bbab65

View File

@ -21,12 +21,14 @@ jobs:
${{ env.prefix-key }}-${{ runner.arch }}
${{ env.prefix-key }}-
path: |
target
~/.cargo/bin
~/.cargo/.crates.toml
~/.cargo/.crates2.json
~/.cargo/registry
~/.cargo/git
~/.cargo/env
- run: source ~/.cargo/env
#- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
@ -34,6 +36,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: run
- run: echo ${{ runner.workspace }}
- run: echo ${{ runner.name }}
- run: sleep 120
# - name: Upload Artifact
# uses: christopherhx/gitea-upload-artifact@v4