Commit a4e32d9fb1

Andrew Kelley <andrew@ziglang.org>
2019-02-14 15:46:08
ci: freebsd: remove '.git' from URL as per upstream suggestion
https://todo.sr.ht/~sircmpwn/dispatch.sr.ht/24#comment-1465
1 parent 2911eb3
Changed files (1)
.builds
.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