Skip to content

Commit 9df2d8c

Browse files
authored
Merge pull request #214 from Zondax/fix-ci
2 parents c131bb5 + 90f1257 commit 9df2d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
image: zondax/ledger-app-builder:latest
236236
options: --user ${{ needs.configure.outputs.uid_gid }}
237237
env:
238-
BOLOS_SDK: /opt/nanosplus-secure-sdk
238+
BOLOS_SDK: /opt/stax-secure-sdk
239239
steps:
240240
- name: Checkout
241241
uses: actions/checkout@v3
@@ -244,7 +244,7 @@ jobs:
244244
- name: Install deps
245245
run: pip install ledgerblue
246246

247-
- name: Build NanoSP
247+
- name: Build Stax
248248
shell: bash -l {0}
249249
run: make
250250
- name: Set tag

0 commit comments

Comments
 (0)