diff --git a/.github/workflows/build_all_apps.yml b/.github/workflows/build_all_apps.yml index cafaf173..20daefa7 100644 --- a/.github/workflows/build_all_apps.yml +++ b/.github/workflows/build_all_apps.yml @@ -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