This commit is contained in:
parent
bb3f9465ce
commit
1a70bbab65
@ -21,12 +21,14 @@ jobs:
|
|||||||
${{ env.prefix-key }}-${{ runner.arch }}
|
${{ env.prefix-key }}-${{ runner.arch }}
|
||||||
${{ env.prefix-key }}-
|
${{ env.prefix-key }}-
|
||||||
path: |
|
path: |
|
||||||
|
target
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/.crates.toml
|
~/.cargo/.crates.toml
|
||||||
~/.cargo/.crates2.json
|
~/.cargo/.crates2.json
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
~/.cargo/env
|
~/.cargo/env
|
||||||
|
- run: source ~/.cargo/env
|
||||||
#- uses: actions-rust-lang/setup-rust-toolchain@v1
|
#- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
@ -34,6 +36,8 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: run
|
command: run
|
||||||
|
- run: echo ${{ runner.workspace }}
|
||||||
|
- run: echo ${{ runner.name }}
|
||||||
- run: sleep 120
|
- run: sleep 120
|
||||||
# - name: Upload Artifact
|
# - name: Upload Artifact
|
||||||
# uses: christopherhx/gitea-upload-artifact@v4
|
# uses: christopherhx/gitea-upload-artifact@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user