t
All checks were successful
Create Scripts / Build (push) Successful in 25s

This commit is contained in:
椰子 2025-06-27 18:55:00 +08:00
parent 1230d3233e
commit efa8bba6f2

View File

@ -29,7 +29,6 @@ jobs:
~/.cargo/git
~/.cargo/env
~/.rustup/toolchains
~/.rustup/update-hashes
- run: |
if [ -e ~/.cargo/env ]; then
source ~/.cargo/env
@ -38,11 +37,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.88.0
- uses: actions-rs/cargo@v1
with:
command: run
- run: echo ${{ runner.workspace }}
- run: echo ${{ runner.name }}
#- uses: actions-rs/cargo@v1
# with:
# command: run
# - name: Upload Artifact
# uses: christopherhx/gitea-upload-artifact@v4
# with: