Skip to content

Commit

Permalink
fix: mbed-cliでmain.cppのコピーのパスが間違っている問題を修正 #259
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotnh authored Aug 6, 2023
1 parent 156dd32 commit 7dbc044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
mbed new .
mbed deploy
cp .github/workflows/build-mbed/main.cpp .
cp spirit/.github/workflows/build-mbed/main.cpp .
mbed compile -t GCC_ARM -m ${{ matrix.target }} --profile ${{ matrix.profile }}
build-cli-v2:
Expand Down

0 comments on commit 7dbc044

Please sign in to comment.