Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Nov 6, 2023
1 parent 11734ba commit d89fd3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-legacy:latest

steps:
- name: Install required packages
run: |
apt update && apt install -qy libcmocka-dev lcov doxygen
- name: Clone
uses: actions/checkout@v3

Expand Down

0 comments on commit d89fd3d

Please sign in to comment.