upgrade rust image
This commit is contained in:
parent
7c9da5cc76
commit
b21c66f315
@ -30,7 +30,7 @@ runs:
|
|||||||
target
|
target
|
||||||
restore-keys: ${{inputs.repository}}-cache-test
|
restore-keys: ${{inputs.repository}}-cache-test
|
||||||
- name: Tests
|
- name: Tests
|
||||||
uses: nanobyte-public/rust-action@v3
|
uses: nanobyte-public/rust-action@v5
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
CARGO_HOME=./.cache cargo-nan \"${{inputs.cargo_nan_secret}}\" cargo clippy -- -Dwarnings && \
|
CARGO_HOME=./.cache cargo-nan \"${{inputs.cargo_nan_secret}}\" cargo clippy -- -Dwarnings && \
|
||||||
@ -44,3 +44,4 @@ runs:
|
|||||||
.cache
|
.cache
|
||||||
target
|
target
|
||||||
key: "${{github.repository}}-cache-test-${{ steps.get-hash.outputs.hash }}"
|
key: "${{github.repository}}-cache-test-${{ steps.get-hash.outputs.hash }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user