rustup-dl-debug #16
@ -63,7 +63,7 @@ steps:
|
|||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
# Stupid workarounds, for stupid problems
|
# Stupid workarounds, for stupid problems
|
||||||
- echo "hostname 1.1.1.1 >> /etc/resolv.conf
|
- echo "hostname 1.1.1.1" >> /etc/resolv.conf
|
||||||
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy --verbose --all
|
- cargo clippy --verbose --all
|
||||||
@ -74,7 +74,7 @@ steps:
|
|||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
# Stupid workarounds, for stupid problems
|
# Stupid workarounds, for stupid problems
|
||||||
- echo "hostname 1.1.1.1 >> /etc/resolv.conf
|
- echo "hostname 1.1.1.1" >> /etc/resolv.conf
|
||||||
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo fmt --verbose --all --check
|
- cargo fmt --verbose --all --check
|
||||||
|
Reference in New Issue
Block a user