Skip to content

Commit b4acd75

Browse files
Merge pull request #255 from LedgerHQ/tdj/workflow_fix
Update reusable_build_all_apps.yml following docker image switch to debian
2 parents 5972663 + 18f029c commit b4acd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
7979
steps:
8080
- name: Install ledgered
81-
run: pip install ledgered
81+
run: pip install ledgered --break-system-packages
8282
- name: Clone SDK
8383
uses: actions/checkout@v4
8484
with:

0 commit comments

Comments
 (0)