Skip to content

Commit

Permalink
chore: main.cppの位置とspiritディレクトリの位置を別にする #259
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotnh authored Aug 6, 2023
1 parent 0691868 commit 156dd32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
path: spirit

- name: build-mbed-cli
run: |
Expand All @@ -61,10 +63,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
path: spirit

- name: build-mbed-tools
run: |
cd ${GITHUB_WORKSPACE}
mbed-tools new .
cp spirit/.github/workflows/build-mbed/main.cpp .
cp spirit/.github/workflows/build-mbed-tools/CMakeLists.txt .
Expand Down

0 comments on commit 156dd32

Please sign in to comment.