summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-01 04:35:08 -0500
committerGitHub <noreply@github.com>2023-01-01 04:35:08 -0500
commitd7e9fd6be012d8a669c1f6ce48d8b48e94322b03 (patch)
tree4b3225a744e0865ad7016f9057b76f18ee83ec77 /.github
parent0adefababf1337576a46dd13ced5903db39a71dd (diff)
other: run rustfmt (#949)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_releases.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index 08cd03d6..b00d57d3 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -26,6 +26,7 @@ env:
COMPLETION_DIR: "target/tmp/bottom/completion/"
MANPAGE_DIR: "target/tmp/bottom/manpage/"
+# TODO: Maybe add retry job in case of timeouts?
jobs:
build-binaries:
name: "Build binaries"