diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-09-30 22:38:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 22:38:09 +0800 |
| commit | 386bc23e4378f3c161efc924de49a21b2b2c305f (patch) | |
| tree | cea40ee1e822576a21ed3ef7d00ef474186f5720 /.github | |
| parent | a4132e1d62c5ef542a05b5ca2c6704f6d992c818 (diff) | |
| parent | 5c60fbe9db0005d10d87ba60a981fd41f85f8df5 (diff) | |
| download | rneovim-386bc23e4378f3c161efc924de49a21b2b2c305f.tar.gz rneovim-386bc23e4378f3c161efc924de49a21b2b2c305f.tar.bz2 rneovim-386bc23e4378f3c161efc924de49a21b2b2c305f.zip | |
Merge pull request #25442 from zeertzjq/vim-9.0.1962
vim-patch:9.0.{1962,1963}: extended attributes
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/scripts/install_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/install_deps.sh b/.github/scripts/install_deps.sh index 6a4e163feb..05e07bda1d 100755 --- a/.github/scripts/install_deps.sh +++ b/.github/scripts/install_deps.sh @@ -12,7 +12,7 @@ done os=$(uname -s) if [[ $os == Linux ]]; then sudo apt-get update - sudo apt-get install -y build-essential cmake curl gettext ninja-build unzip + sudo apt-get install -y attr build-essential cmake curl gettext libattr1-dev ninja-build unzip if [[ -n $TEST ]]; then sudo apt-get install -y locales-all cpanminus fi |