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.
2 parents c131bb5 + 90f1257 commit 9df2d8cCopy full SHA for 9df2d8c
.github/workflows/main.yml
@@ -235,7 +235,7 @@ jobs:
235
image: zondax/ledger-app-builder:latest
236
options: --user ${{ needs.configure.outputs.uid_gid }}
237
env:
238
- BOLOS_SDK: /opt/nanosplus-secure-sdk
+ BOLOS_SDK: /opt/stax-secure-sdk
239
steps:
240
- name: Checkout
241
uses: actions/checkout@v3
@@ -244,7 +244,7 @@ jobs:
244
- name: Install deps
245
run: pip install ledgerblue
246
247
- - name: Build NanoSP
+ - name: Build Stax
248
shell: bash -l {0}
249
run: make
250
- name: Set tag
0 commit comments