ci: freebsd: remove '.git' from URL as per upstream suggestion

https://todo.sr.ht/~sircmpwn/dispatch.sr.ht/24#comment-1465
This commit is contained in:
Andrew Kelley 2019-02-14 09:46:08 -05:00
parent 2911eb34de
commit a4e32d9fb1
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -4,7 +4,7 @@ packages:
- ninja - ninja
- llvm70 - llvm70
sources: sources:
- https://github.com/ziglang/zig.git - https://github.com/ziglang/zig
tasks: tasks:
- build: | - build: |
cd zig && mkdir build && cd build cd zig && mkdir build && cd build