This commit is contained in:
parent
bb3f9465ce
commit
1a70bbab65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user