Skip to content

Commit aa9720b

Browse files
committed
update cache name
Signed-off-by: MasayaKataoka <ms.kataoka@gmail.com>
1 parent 3336035 commit aa9720b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- uses: actions/cache@v3
3535
with:
3636
path: mbed-os
37-
key: mbed-os_chahe-${{ steps.current-time.outputs.formattedTime }}
37+
key: mbed-os_chahe-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.target_board }}
3838
- uses: actions/cache@v3
3939
with:
4040
path: cmake_build
41-
key: cmake_build_chahe-${{ steps.current-time.outputs.formattedTime }}
41+
key: cmake_build_chahe-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.target_board }}
4242
- uses: OUXT-Polaris/build-mbed-app-action@master
4343
with:
4444
target_board: ${{ matrix.target_board }}

0 commit comments

Comments
 (0)