From 156dd3218cfe81af00313f2c1a28ed7670a6f7ce Mon Sep 17 00:00:00 2001 From: yutotnh <57719497+yutotnh@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:40:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20main.cpp=E3=81=AE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E3=81=A8spirit=E3=83=87=E3=82=A3=E3=83=AC=E3=82=AF=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=81=AE=E4=BD=8D=E7=BD=AE=E3=82=92=E5=88=A5=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=20#259?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3adb7e5..8781ee9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + path: spirit - name: build-mbed-cli run: | @@ -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 .