Remove.
All checks were successful
Test / test (ubuntu-latest) (push) Successful in 1m17s

This commit is contained in:
Nolan Darilek 2024-07-06 19:24:15 -05:00
parent c99e2d4d80
commit 38a3db33bd

View File

@ -1,6 +0,0 @@
name: install Linux build dependencies
runs:
using: composite
steps:
- run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev libspeechd-dev libwayland-dev libclang-dev cmake
if: runner.os == 'linux'