Merge branch 'master' into renovate/anyhow-1.x
All checks were successful
Terrarium Controller Merge Build / Build (pull_request) Successful in 14m7s
All checks were successful
Terrarium Controller Merge Build / Build (pull_request) Successful in 14m7s
This commit is contained in:
commit
993f6b445d
1 changed files with 6 additions and 1 deletions
|
@ -8,9 +8,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@main
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install --no-install-recommends -y libpango1.0-dev libgtk-3-dev libudev-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
Loading…
Reference in a new issue