parent
1e599aa3ea
commit
262504b8e5
|
@ -2,6 +2,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
image: rust:1.67
|
||||||
steps:
|
steps:
|
||||||
- run: apt update; apt install --yes curl wget
|
- run: apt update; apt install --yes curl wget
|
||||||
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
|
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y
|
||||||
|
|
Loading…
Reference in a new issue