From 2ff29ceac64cba1155e8a1c92f5ce97ec35e9301 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Wed, 29 Dec 2021 09:20:13 +0200 Subject: [PATCH] Remove unnecessary apt-get installs (since we use cross) (#17) * Remove unnecessary apt-get installs (since we use cross) Signed-off-by: Sami Salonen * fix coverage Signed-off-by: Sami Salonen * Revert changelog mentioning CI Signed-off-by: Sami Salonen --- .github/workflows/cd.yml | 2 ++ .github/workflows/ci.yml | 6 ------ CHANGELOG.md | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f684064..28f29d3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7982101..41bc532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8117ff8..96c2619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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