mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-06 06:47:13 +00:00
Use Ubuntu 20.04 to avoid GLIBC errors on Rpi (#476)
* feat: Use Ubuntu 20.04 to avoid GLIBC errors on Rpi * Call `apt-get update` before calling `apt-get install` --------- Co-authored-by: Jesse Braham <jesse@beta7.io>
This commit is contained in:
committed by
GitHub
parent
ff973ac586
commit
28fab99d85
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -21,11 +21,11 @@ jobs:
|
||||
- os: "ubuntu-22.04"
|
||||
target: "x86_64-unknown-linux-musl"
|
||||
arch: "x86_64"
|
||||
- os: "ubuntu-22.04"
|
||||
- os: "ubuntu-20.04"
|
||||
target: "aarch64-unknown-linux-gnu"
|
||||
arch: "arm64"
|
||||
features: "--features=raspberry"
|
||||
- os: "ubuntu-22.04"
|
||||
- os: "ubuntu-20.04"
|
||||
target: "armv7-unknown-linux-gnueabihf"
|
||||
arch: "armhf"
|
||||
features: "--features=raspberry"
|
||||
|
||||
Reference in New Issue
Block a user