mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Run apt-get update for AArch64 builds
This commit is contained in:
parent
3ad83cc08d
commit
d6c162e40f
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -174,6 +174,9 @@ jobs:
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: Update apt repositories
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install target toolchain
|
||||
run: sudo apt-get install gcc-aarch64-linux-gnu
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user