diff --git a/.gitea/workflows/dependencies.yml b/.gitea/workflows/dependencies.yml deleted file mode 100644 index cec9a3d..0000000 --- a/.gitea/workflows/dependencies.yml +++ /dev/null @@ -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'