Skip to content

Commit f265059

Browse files
committed
trying to fix tests
1 parent d5de3b1 commit f265059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
cd /apps/app-starknet
201201
git checkout ${{ env.LEDGER_APP_SHA }}
202202
cargo clean
203-
cargo ledger build nanox
203+
cargo ledger build nanos
204204
205205
- name: Start Speculos emulator container
206206
uses: addnab/docker-run-action@v3
@@ -213,7 +213,7 @@ jobs:
213213
--apdu-port 9999 \
214214
--api-port 5000 \
215215
--display headless \
216-
/apps/app-starknet/target/nanox/release/starknet
216+
/apps/app-starknet/target/nanos/release/starknet
217217
218218
- name: Wait for Speculos to start
219219
run: sleep 5

0 commit comments

Comments
 (0)