Skip to content

Commit d7b2b26

Browse files
committed
Move into another place
1 parent 914d4c2 commit d7b2b26

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/actions/download-install-debian-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ runs:
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

.github/workflows/ci-master-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
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: |

.github/workflows/ci-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)