build: fix nano-rust-builder source
This commit is contained in:
parent
f915b957b9
commit
a077bcd779
@ -8,7 +8,7 @@ jobs:
|
|||||||
clippy:
|
clippy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: git.nanobyte.cz/nanobyte/nano-rust-builder:1.74.5f84654
|
image: git.nanobyte.cz/nanobyte-public/nano-rust-builder:1.74.5f84654
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout.git@v4
|
- uses: https://github.com/actions/checkout.git@v4
|
||||||
- name: Hash of Cargo.lock
|
- name: Hash of Cargo.lock
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
key: "${{github.repository}}-cache-cargo-clippy-v4-${{ steps.get-hash.outputs.hash }}"
|
key: "${{github.repository}}-cache-cargo-clippy-v4-${{ steps.get-hash.outputs.hash }}"
|
||||||
test:
|
test:
|
||||||
container:
|
container:
|
||||||
image: git.nanobyte.cz/nanobyte/nano-rust-builder:1.74.5f84654
|
image: git.nanobyte.cz/nanobyte-public/nano-rust-builder:1.74.5f84654
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout.git@v4
|
- uses: https://github.com/actions/checkout.git@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user