Skip to content

Commit

Permalink
[clean] Update 'ledger_app.toml' manifest from legacy to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Mar 4, 2024
1 parent 046ac00 commit 4b35654
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ jobs:
with:
upload_app_binaries_artifact: "compiled_app_binaries"
builder: ledger-app-builder
run_for_devices: '["nanos", "nanox", "nanosp"]'
2 changes: 0 additions & 2 deletions .github/workflows/guidelines_enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ jobs:
guidelines_enforcer:
name: Call Ledger guidelines_enforcer
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1
with:
run_for_devices: '["nanos", "nanox", "nanosp"]'
6 changes: 4 additions & 2 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[rust-app]
manifest-path = "./Cargo.toml"
[app]
build_directory = "./"
sdk = "Rust"
devices = ["nanos", "nanox", "nanos+"]

0 comments on commit 4b35654

Please sign in to comment.