Skip to content

Commit e0424b3

Browse files
pheiduckchrisbra
authored andcommitted
CI: drop setup of snd-dummy module
Apparently even when loading the snd-dummy kernel module, the CI tests for the sounds feature in test_sound.vim are already skipped. So let's just remove all of this (even so we may loose a bit of coverage information here). closes: #16391 Signed-off-by: Philip H. <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 616219f commit e0424b3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -215,21 +215,6 @@ jobs:
215215
sudo usermod -a -G audio "${USER}"
216216
sudo bash ci/setup-xvfb.sh
217217
218-
- name: Set up snd-dummy
219-
if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra, 'vimtags')))
220-
env:
221-
DEST_DIR: ${{ env.TMPDIR }}/linux-modules-extra-${{ env.LINUX_VERSION }}
222-
uses: tecolicom/actions-use-apt-tools@main
223-
with:
224-
tools: linux-modules-extra-${{ env.LINUX_VERSION }}
225-
path: "${DEST_DIR}"
226-
227-
- name: modprobe snd-dummy
228-
if: (!(contains(matrix.extra, 'unittests') || contains(matrix.extra, 'vimtags')))
229-
run: |
230-
sudo depmod --verbose
231-
sudo modprobe --verbose snd-dummy || true
232-
233218
- name: Check autoconf
234219
if: contains(matrix.extra, 'unittests')
235220
run: |

0 commit comments

Comments
 (0)