summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:12:35 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 14:12:35 +0800
commitf5200723e8cda73045be4a65c4bf11ad9a4a023d (patch)
tree95040583fca8cc53616e7dc4cb1947f92a020d4d
parent8efa04659864c9260deca6515a6b0428cc4278ae (diff)
Try again to make things build on linux, argh!
-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 58af2da..cc49ed4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
include:
- build: linux
os: ubuntu-18.04
- rust: nightly
+ rust: stable
target: x86_64-unknown-linux-musl
feature: tui-unix
- build: linux-arm