This commit is contained in:
parent
efa8bba6f2
commit
e188b9c76e
@ -21,13 +21,11 @@ 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
|
|
||||||
~/.rustup/toolchains
|
~/.rustup/toolchains
|
||||||
- run: |
|
- run: |
|
||||||
if [ -e ~/.cargo/env ]; then
|
if [ -e ~/.cargo/env ]; then
|
||||||
@ -37,9 +35,9 @@ jobs:
|
|||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: 1.88.0
|
toolchain: 1.88.0
|
||||||
#- uses: actions-rs/cargo@v1
|
# - uses: actions-rs/cargo@v1
|
||||||
# with:
|
# with:
|
||||||
# command: run
|
# command: run
|
||||||
# - name: Upload Artifact
|
# - name: Upload Artifact
|
||||||
# uses: christopherhx/gitea-upload-artifact@v4
|
# uses: christopherhx/gitea-upload-artifact@v4
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
Reference in New Issue
Block a user