Skip to content

Commit ee03bd0

Browse files
committed
Auto merge of #16851 - lnicola:ubuntu-20.04, r=lnicola
internal: Build releases on Ubuntu 20.04 Closes #16793
2 parents d7ec7a5 + bf89762 commit ee03bd0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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
@@ -63,14 +62,6 @@ jobs:
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

0 commit comments

Comments
 (0)