Compare commits
No commits in common. "637c793378c54c160a1157da93e07aebefcf1947" and "cd20de45d6e0f786156211bbfa7c971da84c22a1" have entirely different histories.
637c793378
...
cd20de45d6
1 changed files with 1 additions and 6 deletions
|
@ -8,14 +8,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@main
|
- uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
- 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