mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
ci: disable installing netbeans on Windows runners
It causes CI to fail because the netbeans package has been moved related: tunisiano187/Chocolatey-packages#3916 related: #17631 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -729,16 +729,17 @@ jobs:
|
|||||||
# name: vim${{ matrix.bits }}-${{ matrix.toolchain }}
|
# name: vim${{ matrix.bits }}-${{ matrix.toolchain }}
|
||||||
# path: ./artifacts
|
# path: ./artifacts
|
||||||
|
|
||||||
- name: Install packages for testing
|
# disabled because of https://github.com/tunisiano187/Chocolatey-packages/issues/3916
|
||||||
shell: bash
|
#- name: Install packages for testing
|
||||||
run: |
|
# shell: bash
|
||||||
if ${{ matrix.features != 'TINY' }}; then
|
# run: |
|
||||||
if ${{ matrix.arch == 'x64' }}; then
|
# if ${{ matrix.features != 'TINY' }}; then
|
||||||
choco install netbeans --no-progress
|
# if ${{ matrix.arch == 'x64' }}; then
|
||||||
else
|
# choco install netbeans --no-progress
|
||||||
exit 0
|
# else
|
||||||
fi
|
# exit 0
|
||||||
fi
|
# fi
|
||||||
|
# fi
|
||||||
|
|
||||||
- name: Test and show the result of testing gVim
|
- name: Test and show the result of testing gVim
|
||||||
if: matrix.GUI == 'yes' || matrix.VIMDLL == 'yes'
|
if: matrix.GUI == 'yes' || matrix.VIMDLL == 'yes'
|
||||||
|
Reference in New Issue
Block a user