From 7fbf5f12f0fc69350530276952fecabb33242135 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 6 Jul 2024 19:58:16 -0500 Subject: [PATCH] Fix workflows. --- .gitea/workflows/release.yml | 4 +--- .gitea/workflows/test.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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