Skip to content

Commit 5141b41

Browse files
author
Arghya Dutta
committed
Updated workflow
1 parent 276b74e commit 5141b41

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/fast_sample_unit_test_copy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
sudo apt-get update
2525
sudo apt-get install -y jq lcov
26+
sudo apt-get install -y libglib2.0-dev libdbus-1-dev
2627
2728
- name: "Set up Python"
2829
uses: actions/setup-python@v4

.github/workflows/sample_unit_test copy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
set -euo pipefail
261261
sudo apt-get update
262262
sudo apt-get install -y lcov
263-
sudo apt-get install -y libglib2.0-dev-bin
263+
sudo apt-get install -y libglib2.0-dev libdbus-1-dev
264264
265265
- name: "Build & Generate Coverage (GN/Ninja)"
266266
env:

0 commit comments

Comments
 (0)