diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-08-13 07:34:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-13 07:34:23 +0800 |
commit | 165c4c9e57cd342a994201578def2e6aa62a11d7 (patch) | |
tree | c58d731eaa4610b9a4493a264c4fd424cf2bdc79 | |
parent | d39361f5e014072eb3ade1999d80bdd9dd0f0e98 (diff) | |
download | rneovim-165c4c9e57cd342a994201578def2e6aa62a11d7.tar.gz rneovim-165c4c9e57cd342a994201578def2e6aa62a11d7.tar.bz2 rneovim-165c4c9e57cd342a994201578def2e6aa62a11d7.zip |
vim-patch:cd4e4e169ab3 (#24685)
.cirrus.yml: skip pkg update for FreeBSD 13.1 (vim/vim#12767)
https://github.com/vim/vim/commit/cd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 530095c40f..76f15852c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,6 @@ freebsd_task: image_family: freebsd-13-1 timeout_in: 30m install_script: - - pkg update -f - pkg install -y cmake gmake ninja unzip wget gettext python git build_deps_script: - gmake deps |