From 8efa04659864c9260deca6515a6b0428cc4278ae Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 22 Jul 2020 14:01:40 +0800 Subject: try to build on stable on arm (which fails otherwise now) https://github.com/Byron/dua-cli/runs/897252770?check_suite_focus=true#step:10:27 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d448ab..58af2da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: feature: tui-unix - build: linux-arm os: ubuntu-18.04 - rust: nightly + rust: stable target: arm-unknown-linux-gnueabihf feature: tui-unix - build: macos -- cgit v1.2.3