diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 8daedbc..4bee88e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 712fd94..51a9d6e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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