authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-02-14 09:46:08-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-02-14 09:46:08-05:00
loga4e32d9fb143dbfb622a5097ea4a1e4bcad03463
treed2ac0c1e59e2fe8651bf55fe2c76fe0ea560898b
parent2911eb34ded4709429a9767e08675ae862907a5f
signaturelock-open Commit is signed but in an unrecognized format.

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

https://todo.sr.ht/~sircmpwn/dispatch.sr.ht/24#comment-1465

1 files changed, 1 insertions(+), 1 deletions(-)

.builds/freebsd.yml+1-1
......@@ -4,7 +4,7 @@ packages:
44 - ninja
55 - llvm70
66sources:
7 - https://github.com/ziglang/zig.git
7 - https://github.com/ziglang/zig
88tasks:
99 - build: |
1010 cd zig && mkdir build && cd build