diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51b74c7b..60f0283d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -242,12 +242,17 @@ jobs: - name: Install AArch64 cross-compilation toolchain if: matrix.target == 'aarch64-unknown-linux-gnu' && runner.os == 'Linux' run: | + . /etc/os-release + sudo tee /etc/apt/sources.list.d/arm64.sources <