Skip to content

Commit 60e3294

Browse files
committed
MPLUG-91: Attempt to fix debian build issue
1 parent 3b2ef00 commit 60e3294

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,11 @@ jobs:
314314
- attach_workspace:
315315
at: ~/
316316

317+
- run:
318+
name: Install build dependencies
319+
command: |
320+
sudo apt-get update && sudo apt-get install -y fakeroot dpkg-dev debhelper
321+
317322
- sign-packages/install-deb-dependencies:
318323
skip_if_forked_pr: true
319324
use_sudo: true

0 commit comments

Comments
 (0)