Skip to content

Commit d4486ce

Browse files
committed
Fix package builder
1 parent 4dbb123 commit d4486ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
submodules: true
135135
- name: Install deps
136-
run: pip install ledgerblue
136+
run: pip install --break-system-packages ledgerblue
137137

138138
- name: Build NanoSP
139139
shell: bash -l {0}
@@ -169,7 +169,7 @@ jobs:
169169
with:
170170
submodules: true
171171
- name: Install deps
172-
run: pip install ledgerblue
172+
run: pip install --break-system-packages ledgerblue
173173

174174
- name: Build Stax
175175
shell: bash -l {0}
@@ -204,7 +204,7 @@ jobs:
204204
with:
205205
submodules: true
206206
- name: Install deps
207-
run: pip install ledgerblue
207+
run: pip install --break-system-packages ledgerblue
208208

209209
- name: Build Flex
210210
shell: bash -l {0}

0 commit comments

Comments
 (0)