Skip to content

Commit

Permalink
update workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 5, 2024
1 parent 4bf6e83 commit 58f43ad
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 @@ -34,12 +34,12 @@ jobs:
repository: ${{ matrix.repo }}
submodules: true
ref: ${{ matrix.branch }}
path: ${{ github.workspace }}/${{ matrix.repo }}-${{ matrix.branch }}
path: ${{ matrix.repo }}-${{ matrix.branch }}

- name: Build Path and Targets
run: |
cargo +$RUST_STABLE install toml-cli
cd ${{ github.workspace }}/${{ matrix.repo }}-${{ matrix.branch }}
cd ${{ matrix.repo }}-${{ matrix.branch }}
build_path=$(toml get ledger_app.toml app.build_directory)
echo "build_path=$build_path" >> $GITHUB_ENV
for device in nanos "nanos+" nanox; do
Expand Down

0 comments on commit 58f43ad

Please sign in to comment.