whoops no ubuntu runners right now
Some checks failed
Format code / Format the kernel (push) Failing after 49s

This commit is contained in:
Arthur Beck 2025-02-22 20:17:24 -06:00
parent 9881b01a33
commit 8066158f35
Signed by: ArthurB
GPG key ID: ACE3D14F5CEF14BF

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
format-kernel:
name: Format the kernel
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly