From 58f43ad9db8c85e8e7df6295d1b72d4b88d97bfb Mon Sep 17 00:00:00 2001 From: GroM Date: Mon, 5 Feb 2024 16:44:39 +0100 Subject: [PATCH] update workflow 5 --- .github/workflows/build_all_apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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