summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:01:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:03:02 +0800
commit8efa04659864c9260deca6515a6b0428cc4278ae (patch)
tree118d8d5d51276ceeb591d944e220be11cbd95fd2
parent69a2490844d87c09cd5cc51da49e3cd87a03c35a (diff)
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
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
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