From 59a74325ff9dfd5f0e149369bb354617a2210c28 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 6 Jul 2024 11:47:21 -0500 Subject: [PATCH] chore: Switch to Gitea Actions. --- .gitea/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e1a749c..83f4bfa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - with: - submodules: "true" - uses: actions/cache@v4 with: path: ~/.cache/pre-commit @@ -33,7 +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 libspeechd-dev libwayland-dev libclang-dev cmake + run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev libwayland-dev libclang-dev if: runner.os == 'linux' - uses: actions/setup-python@v3 - uses: pre-commit/action@v3.0.1