Skip to content

Commit

Permalink
ci: Temp fix nodecg job by removing midi services
Browse files Browse the repository at this point in the history
Because 22.04 is currently missing some ALSA kernel modules, which are
needed to use the midi services. Removing the midi services in CI will
resolve this issue.

Resolves codeoverflow-org#1030

Signed-off-by: TimTechDev <[email protected]>
  • Loading branch information
TimTechDev committed Dec 1, 2023
1 parent 5088aec commit 662676d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev

- name: Temp patch \#1030 (ubuntu 22.04) – Removing midi services / samples
working-directory: ./nodecg-io
if: matrix.os == 'ubuntu-latest'
run: |
sudo rm -rf ./services/nodecg-io-midi-*
sudo rm -rf ./samples/midi-*
- name: Install node native development files
shell: bash
run: npx node-gyp install
Expand Down

0 comments on commit 662676d

Please sign in to comment.