Skip to content

Commit

Permalink
Remove unnecessary apt-get installs (since we use cross) (#17)
Browse files Browse the repository at this point in the history
* Remove unnecessary apt-get installs (since we use cross)

Signed-off-by: Sami Salonen <ssalonen@gmail.com>

* fix coverage

Signed-off-by: Sami Salonen <ssalonen@gmail.com>

* Revert changelog mentioning CI

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
  • Loading branch information
ssalonen committed Dec 29, 2021
1 parent dd06d15 commit 2ff29ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install libudev for cargo publish. Needed by libcec build
run: sudo apt-get install libudev-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install libcec
run: sudo apt-get install libcec4 libcec-dev pkg-config
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -68,8 +66,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install libcec
run: sudo apt-get install libcec4 libcec-dev pkg-config
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -89,8 +85,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install libcec
run: sudo apt-get install libcec4 libcec-dev pkg-config
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 3.0.0

- Depend on libcec-sys 2.0.0 which allows linking to system installed `libcec`
- CI performance improvements (using system libcec)

## 2.2.2

Expand Down

0 comments on commit 2ff29ce

Please sign in to comment.