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