ci: disable installing netbeans on Windows runners Commit: https://github.com/vim/vim/commit/73aa24ea7270fbf92ea30fad7669969bb39dfab7 Author: Christian Brabandt <c...@256bit.org> Date: Sun Jun 29 17:56:44 2025 +0200
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 <c...@256bit.org> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c9446bb8..505efe9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -729,16 +729,17 @@ jobs: # name: vim${{ matrix.bits }}-${{ matrix.toolchain }} # path: ./artifacts - - name: Install packages for testing - shell: bash - run: | - if ${{ matrix.features != 'TINY' }}; then - if ${{ matrix.arch == 'x64' }}; then - choco install netbeans --no-progress - else - exit 0 - fi - fi + # disabled because of https://github.com/tunisiano187/Chocolatey-packages/issues/3916 + #- name: Install packages for testing + # shell: bash + # run: | + # if ${{ matrix.features != 'TINY' }}; then + # if ${{ matrix.arch == 'x64' }}; then + # choco install netbeans --no-progress + # else + # exit 0 + # fi + # fi - name: Test and show the result of testing gVim if: matrix.GUI == 'yes' || matrix.VIMDLL == 'yes' -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uVuRr-00AhDB-7Z%40256bit.org.