File tree Expand file tree Collapse file tree 10 files changed +5
-5
lines changed
Expand file tree Collapse file tree 10 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 with :
164164 submodules : true
165165 - name : Install deps
166- run : pip install ledgerblue
166+ run : pip install ledgerblue --break-system-packages
167167 - name : Setup Rust environment
168168 uses : actions-rs/toolchain@v1
169169 with :
@@ -219,7 +219,7 @@ jobs:
219219 with :
220220 submodules : true
221221 - name : Install deps
222- run : pip install ledgerblue
222+ run : pip install ledgerblue --break-system-packages
223223 - name : Setup Rust environment
224224 uses : actions-rs/toolchain@v1
225225 with :
@@ -275,7 +275,7 @@ jobs:
275275 with :
276276 submodules : true
277277 - name : Install deps
278- run : pip install ledgerblue
278+ run : pip install ledgerblue --break-system-packages
279279 - name : Setup Rust environment
280280 uses : actions-rs/toolchain@v1
281281 with :
@@ -331,7 +331,7 @@ jobs:
331331 with :
332332 submodules : true
333333 - name : Install deps
334- run : pip install ledgerblue
334+ run : pip install ledgerblue --break-system-packages
335335 - name : Setup Rust environment
336336 uses : actions-rs/toolchain@v1
337337 with :
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ APPVERSION_M=3
33# This is the `spec_version` field of `Runtime`
44APPVERSION_N=0
55# This is the patch version of this release
6- APPVERSION_P=6
6+ APPVERSION_P=7
You can’t perform that action at this time.
0 commit comments