diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-08-07 06:53:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 22:53:05 +0000 |
| commit | 9307a53c7bc30f9d17b6ab97e90d8a1b5fc313b2 (patch) | |
| tree | 292af693fe172d83cbf7610979aeaf757692407b /.github/workflows | |
| parent | 4ddc4a11ca87141253f3cb422f3e843ae3282aa2 (diff) | |
| download | rneovim-9307a53c7bc30f9d17b6ab97e90d8a1b5fc313b2.tar.gz rneovim-9307a53c7bc30f9d17b6ab97e90d8a1b5fc313b2.tar.bz2 rneovim-9307a53c7bc30f9d17b6ab97e90d8a1b5fc313b2.zip | |
vim-patch:9.1.0661: the zip plugin is not tested. (#29993)
Problem: the zip plugin is not tested.
Solution: include tests (Damien)
closes: vim/vim#15411
https://github.com/vim/vim/commit/d7af21e746f3992c650caf6b76465880b96302b4
Co-authored-by: Damien <141588647+xrandomname@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test_windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index d92993a08c..db7ad93f55 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -60,6 +60,7 @@ jobs: uses: msys2/setup-msys2@v2 with: update: true + install: unzip pacboy: >- make:p gcc:p diffutils:p release: false |