File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 36
36
- os : ubuntu-20.04
37
37
target : x86_64-unknown-linux-gnu
38
38
code-target : linux-x64
39
- container : ubuntu:18.04
40
39
- os : ubuntu-20.04
41
40
target : aarch64-unknown-linux-gnu
42
41
code-target : linux-arm64
63
62
with :
64
63
fetch-depth : ${{ env.FETCH_DEPTH }}
65
64
66
- - name : Install toolchain dependencies
67
- if : matrix.container == 'ubuntu:18.04'
68
- shell : bash
69
- run : |
70
- apt-get update && apt-get install -y build-essential curl
71
- curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --profile minimal --default-toolchain none -y
72
- echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
73
-
74
65
- name : Install Rust toolchain
75
66
run : |
76
67
rustup update --no-self-update stable
You can’t perform that action at this time.
0 commit comments