Fix workflows.
All checks were successful
Test / test (ubuntu-latest) (push) Successful in 1m59s

This commit is contained in:
Nolan Darilek 2024-07-06 19:58:16 -05:00
parent a6de8e190c
commit 7fbf5f12f0
2 changed files with 2 additions and 6 deletions

View File

@ -29,9 +29,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: install Linux build dependencies
run: sudo apt-get update; sudo apt-get install -y
--no-install-recommends libasound2-dev libudev-dev libwayland-dev
libclang-dev libspeechd-dev
run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev libwayland-dev libclang-dev libspeechd-dev
if: runner.os == 'linux'
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1

View File

@ -31,9 +31,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: install Linux build dependencies
run: sudo apt-get update; sudo apt-get install -y
--no-install-recommends libasound2-dev libudev-dev libwayland-dev
libclang-dev libspeechd-dev
run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev libwayland-dev libclang-dev libspeechd-dev
if: runner.os == 'linux'
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1