Skip to content

Commit

Permalink
test with mobilecoin app
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 25, 2024
1 parent 5508eeb commit 70b19a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
with:
repository: LedgerHQ/${{ matrix.repo_name }}
submodules: true
branch: "develop"
branch: "feat/update_nightly"

- name: Build Path and Targets
run: |
cargo install toml-cli
cargo +$RUST_STABLE install toml-cli
cd ${{ matrix.repo_name }}
build_path = $(toml get ledger_app.toml app.build_directory)
echo "build_path=$build_path" >> $GITHUB_ENV
Expand Down

0 comments on commit 70b19a1

Please sign in to comment.