commit a4e32d9fb143dbfb622a5097ea4a1e4bcad03463 (tree)
parent 2911eb34ded4709429a9767e08675ae862907a5f
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 14 Feb 2019 09:46:08 -0500
ci: freebsd: remove '.git' from URL as per upstream suggestion
https://todo.sr.ht/~sircmpwn/dispatch.sr.ht/24#comment-1465
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -4,7 +4,7 @@ packages:
- ninja
- llvm70
sources:
- - https://github.com/ziglang/zig.git
+ - https://github.com/ziglang/zig
tasks:
- build: |
cd zig && mkdir build && cd build