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 3636 - os : ubuntu-20.04
3737 target : x86_64-unknown-linux-gnu
3838 code-target : linux-x64
39- container : ubuntu:18.04
4039 - os : ubuntu-20.04
4140 target : aarch64-unknown-linux-gnu
4241 code-target : linux-arm64
6362 with :
6463 fetch-depth : ${{ env.FETCH_DEPTH }}
6564
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-
7465 - name : Install Rust toolchain
7566 run : |
7667 rustup update --no-self-update stable
You can’t perform that action at this time.
0 commit comments