diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-11-09 07:38:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 07:38:05 +0800 |
| commit | 04187d1cb58a46dff3b490115f38f9120e13d598 (patch) | |
| tree | aae0dc0c2f817e438069246f1dcbaabc83667797 /.github | |
| parent | ed464ba487cc4fbc0c7393bb360580b344673e3d (diff) | |
| parent | 89d785e53015d7ba6a7f10e97a750b8d3431d3a9 (diff) | |
| download | rneovim-04187d1cb58a46dff3b490115f38f9120e13d598.tar.gz rneovim-04187d1cb58a46dff3b490115f38f9120e13d598.tar.bz2 rneovim-04187d1cb58a46dff3b490115f38f9120e13d598.zip | |
Merge pull request #25942 from zeertzjq/vim-9.0.1791
vim-patch:9.0.{1791,1808,1809,1811},ca48202b6f46
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 0533bd7fae..9a782e9698 100755 --- a/.github/scripts/install_deps.sh +++ b/.github/scripts/install_deps.sh @@ -30,7 +30,7 @@ if [[ $os == Linux ]]; then fi if [[ -n $TEST ]]; then - sudo apt-get install -y locales-all cpanminus attr libattr1-dev + sudo apt-get install -y locales-all cpanminus attr libattr1-dev gdb fi elif [[ $os == Darwin ]]; then brew update --quiet |