We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e5b9a commit d42e9b5Copy full SHA for d42e9b5
.github/workflows/ci.yml
@@ -523,6 +523,11 @@ jobs:
523
container: python:${{ matrix.python-version }}
524
525
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
531
- uses: actions/checkout@v4
532
- uses: ./.github/actions/test-device
533
0 commit comments