diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-11-09 06:46:12 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2023-11-09 07:05:21 +0800 |
| commit | 8d3dbf274675d8746cb1cafa446ebce88a5de54b (patch) | |
| tree | 4d8094e29324b003ab4192c23c92b2421cc5bf85 /.github/scripts | |
| parent | ed464ba487cc4fbc0c7393bb360580b344673e3d (diff) | |
| download | rneovim-8d3dbf274675d8746cb1cafa446ebce88a5de54b.tar.gz rneovim-8d3dbf274675d8746cb1cafa446ebce88a5de54b.tar.bz2 rneovim-8d3dbf274675d8746cb1cafa446ebce88a5de54b.zip | |
vim-patch:9.0.1791: No tests for the termdebug plugin
Problem: No tests for the termdebug plugin
Solution: Add some simple tests for the termdebug plugin
closes: vim/vim#12927
https://github.com/vim/vim/commit/58f39d89a8adff51ab04893d1fd28e3767979f9f
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to '.github/scripts')
| -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 |