chore: Switch to Gitea Actions.
Some checks failed
CI / test (ubuntu-latest) (push) Failing after 52s

This commit is contained in:
Nolan Darilek 2024-07-06 11:47:21 -05:00
parent 816ab9b381
commit 59a74325ff

View File

@ -13,8 +13,6 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
submodules: "true"
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
path: ~/.cache/pre-commit path: ~/.cache/pre-commit
@ -33,7 +31,7 @@ jobs:
toolchain: stable toolchain: stable
components: rustfmt, clippy components: rustfmt, clippy
- name: install Linux build dependencies - 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' if: runner.os == 'linux'
- uses: actions/setup-python@v3 - uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1 - uses: pre-commit/action@v3.0.1