diff --git a/.github/workflows/build_all_apps.yml b/.github/workflows/build_all_apps.yml index 3234c319..63c1ef13 100644 --- a/.github/workflows/build_all_apps.yml +++ b/.github/workflows/build_all_apps.yml @@ -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