fix: add dependencies to debian control & ci clippy and test
This commit is contained in:
parent
e3dde863f0
commit
1c6ed73165
2 changed files with 4 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev
|
||||
- uses: actions/checkout@v3
|
||||
- name: install toolchain
|
||||
run: rustup toolchain install 1.70.0 --component clippy
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install system dependencies
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev
|
||||
run: sudo apt-get update && sudo apt-get install lld cmake libexpat1-dev libfontconfig-dev libfreetype-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev
|
||||
- uses: actions/checkout@v3
|
||||
- name: install toolchain
|
||||
run: rustup show
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -13,6 +13,8 @@ Build-Depends:
|
|||
lld,
|
||||
pkg-config,
|
||||
libxkbcommon-dev,
|
||||
libudev-dev,
|
||||
libinput-dev
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.com/pop-os/cosmic-settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue