This commit is contained in:
parent
1230d3233e
commit
efa8bba6f2
@ -29,7 +29,6 @@ jobs:
|
|||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
~/.cargo/env
|
~/.cargo/env
|
||||||
~/.rustup/toolchains
|
~/.rustup/toolchains
|
||||||
~/.rustup/update-hashes
|
|
||||||
- run: |
|
- run: |
|
||||||
if [ -e ~/.cargo/env ]; then
|
if [ -e ~/.cargo/env ]; then
|
||||||
source ~/.cargo/env
|
source ~/.cargo/env
|
||||||
@ -38,11 +37,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
|
||||||
- run: echo ${{ runner.workspace }}
|
|
||||||
- run: echo ${{ runner.name }}
|
|
||||||
# - 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