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