Skip to content

Commit 3bad597

Browse files
committed
ci: temporarily add libcmocka0 for bitbox02
#795 (comment)
1 parent fadcc17 commit 3bad597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,11 @@ jobs:
523523
container: python:${{ matrix.python-version }}
524524

525525
steps:
526+
# Tempoary fix for bitbox02:
527+
- name: Install libcmocka runtime
528+
run: |
529+
apt-get update
530+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libcmocka-dev
526531
- uses: actions/checkout@v4
527532
- uses: ./.github/actions/test-device
528533

0 commit comments

Comments
 (0)