diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-03-01 14:47:49 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-03-01 15:20:36 +0100 |
commit | 7737a273b2ece987ab81f555d2ac9e73aa565c37 (patch) | |
tree | 0fc1093b44d83e445c61470755297967252cb889 | |
parent | a7bc3e0f7b253e4aa39955be6745c23a61eab058 (diff) | |
download | rneovim-7737a273b2ece987ab81f555d2ac9e73aa565c37.tar.gz rneovim-7737a273b2ece987ab81f555d2ac9e73aa565c37.tar.bz2 rneovim-7737a273b2ece987ab81f555d2ac9e73aa565c37.zip |
ci(freebsd): remove deprecated package sha to fix warning
It's already included by default, no need to replace it.
-rw-r--r-- | .builds/freebsd.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index d5809c42cf..8596eb2a7f 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -5,7 +5,6 @@ packages: - gmake - ninja - libtool -- sha - automake - pkgconf - unzip |