mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-11-21 12:35:56 +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 }}
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user