Skip to content

Commit

Permalink
Swap to ubuntu-20.04 for armv7 target, fix binstall metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Dec 31, 2020
1 parent 00d5610 commit aeaa67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
experimental: false
args: --features util,driver-pal/hal-cp2130,driver-pal/hal-linux
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
os: ubuntu-20.04
output: sx128x-util
use_cross: true
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.14.1-alpha.5"
edition = "2018"

[package.metadata.binstall]
pkg-url = "https://github.com/ryankurte/rust-radio-sx128x/releases/download/v{ version }/sx128x-util-{ target }.tgz"
pkg-url = "{ repo }/releases/download/v{ version }/sx128x-util-{ target }.tgz"
pkg-fmt = "tar"
bin-dir = "{ bin }-{ target }{ format }"

Expand Down

0 comments on commit aeaa67e

Please sign in to comment.