Compare commits

..

1 commit

Author SHA1 Message Date
Vinzenz Schroeter 6b14a85cfb split jobs? 2025-05-03 23:17:28 +02:00

View file

@ -13,16 +13,6 @@ env:
RUSTFLAGS: "-Dwarnings" RUSTFLAGS: "-Dwarnings"
jobs: jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update repos
run: sudo apt-get update -qq
- name: Install toolchain
run: sudo apt-get install -qy cargo rust-clippy liblzma-dev gcc make pkgconf
build-gnu-apt: build-gnu-apt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: