Strike 3!
---
.build.yml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.build.yml b/.build.yml
index dd0e362..7ae50ef 100644
--- a/.build.yml
+++ b/.build.yml
@@ -8,8 +8,10 @@ packages:
- make
- cloc
- git
+sources:
+ - https://git.sr.ht/~technomancy/fennel
tasks:
-- build: |
- cd fennel
- make ci
- git diff --quiet
+ - build: |
+ cd fennel
+ make ci
+ git diff --quiet
base-commit: 0404dedee151959263c786c167f9021180bdd783
--
2.29.2
Thanks! I'm not sure why this is necessary but I hope it takes care of
the failing builds we've been seeing.
If you can think of anything else we can do to make the process of
submitting patches easier and more straightforward, please speak up.
Of course, as always we continue to accept contributions on GitHub for
those who are more comfortable with that approach.
-Phil