mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-21 22:45:57 +00:00
chore: Switch to Gitea Actions.
Some checks failed
CI / test (ubuntu-latest) (push) Failing after 52s
Some checks failed
CI / test (ubuntu-latest) (push) Failing after 52s
This commit is contained in:
parent
816ab9b381
commit
59a74325ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user