Skip to content

Commit

Permalink
Add missing 'diffoscope' package to pkgcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 authored and Dead2 committed Sep 24, 2020
1 parent 74b374d commit b55680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends abigail-tools ninja-build ${{ matrix.packages }}
sudo apt-get install -y --no-install-recommends abigail-tools ninja-build diffoscope ${{ matrix.packages }}
- name: Install packages (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit b55680b

Please sign in to comment.