Compare commits
1 commit
6b14a85cfb
...
808c9d33af
Author | SHA1 | Date | |
---|---|---|---|
![]() |
808c9d33af |
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -13,6 +13,16 @@ 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:
|
||||||
|
|
Loading…
Reference in a new issue