parent
6ae3f81e5a
commit
1345db5ff5
|
@ -5,6 +5,8 @@ jobs:
|
|||
container:
|
||||
image: rust:1.67
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
- 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: $HOME/.cargo/env
|
||||
|
|
Loading…
Reference in a new issue