File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
actions/download-install-debian-deps Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2727 sudo apt update
2828 ln -s packaging/ubuntu-16.04 debian
2929 sudo apt build-dep -y "${{ inputs.snapd-src-dir }}"
30- sudo apt install -y clang
30+ sudo apt install -y clang dbus-x11
3131 sudo apt install -y gcovr lcov
3232 rm -rf ./debian-deps
Original file line number Diff line number Diff line change 3434 sudo apt build-dep -d -y ${{ github.workspace }}
3535 # for indent
3636 sudo apt install texinfo autopoint
37- # for unitary tests
38- sudo apt install -y dbus-x11
3937
4038 - name : Copy dependencies
4139 run : |
Original file line number Diff line number Diff line change @@ -165,8 +165,6 @@ jobs:
165165 sudo apt build-dep -d -y ${{ github.workspace }}
166166 # for indent
167167 sudo apt install texinfo autopoint
168- # for unitary tests
169- sudo apt install -y dbus-x11
170168
171169 - name : Copy dependencies
172170 run : |
You can’t perform that action at this time.
0 commit comments