Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tang committed Jul 22, 2024
1 parent 153ed61 commit adb6864
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 @@ -29,7 +29,7 @@ jobs:
echo "OPENOCD_ADAPTER_SERIAL=$(jq -r --arg RUNNER_NAME ${{ runner.name }} '.[$RUNNER_NAME].OPENOCD_ADAPTER_SERIAL' runners/runner_configuration.json)" >> $GITHUB_ENV
- name: Configure cmake
run: >
- cd "$BUILD_DIR" &&
cd "$BUILD_DIR" &&
cmake
${{ github.workspace }}
-GNinja
Expand Down

0 comments on commit adb6864

Please sign in to comment.