aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-02-14 09:46:08 -0500
committerAndrew Kelley <andrew@ziglang.org>2019-02-14 09:46:08 -0500
commita4e32d9fb143dbfb622a5097ea4a1e4bcad03463 (patch)
treed2ac0c1e59e2fe8651bf55fe2c76fe0ea560898b
parent2911eb34ded4709429a9767e08675ae862907a5f (diff)
downloadzig-a4e32d9fb143dbfb622a5097ea4a1e4bcad03463.tar.gz
zig-a4e32d9fb143dbfb622a5097ea4a1e4bcad03463.zip
ci: freebsd: remove '.git' from URL as per upstream suggestion
https://todo.sr.ht/~sircmpwn/dispatch.sr.ht/24#comment-1465
-rw-r--r--.builds/freebsd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 934b8a4f4a..5e94a83a3a 100644
--- 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