Skip to content

Commit

Permalink
update build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tang committed Jul 22, 2024
1 parent 6550253 commit 153ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - MBED_TARGET: NUCLEO_H723ZG
runs-on: ${{ matrix.target.MBED_TARGET }}
env:
BUILD_DIR: /home/victor/runner-shared/build_${{ matrix.target.MBED_TARGET }}
BUILD_DIR: ~/actions-runner/_build_${{ matrix.target.MBED_TARGET }}
JUNIT_OUTPUT: ${{ github.workspace }}/mbed-tests-${{ matrix.target.MBED_TARGET }}.xml
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 153ed61

Please sign in to comment.