diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-02-14 09:46:08 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-02-14 09:46:08 -0500 |
| commit | a4e32d9fb143dbfb622a5097ea4a1e4bcad03463 (patch) | |
| tree | d2ac0c1e59e2fe8651bf55fe2c76fe0ea560898b | |
| parent | 2911eb34ded4709429a9767e08675ae862907a5f (diff) | |
| download | zig-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.yml | 2 |
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 |
