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