We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336035 commit aa9720bCopy full SHA for aa9720b
.github/workflows/build.yaml
@@ -34,11 +34,11 @@ jobs:
34
- uses: actions/cache@v3
35
with:
36
path: mbed-os
37
- key: mbed-os_chahe-${{ steps.current-time.outputs.formattedTime }}
+ key: mbed-os_chahe-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.target_board }}
38
39
40
path: cmake_build
41
- key: cmake_build_chahe-${{ steps.current-time.outputs.formattedTime }}
+ key: cmake_build_chahe-${{ steps.current-time.outputs.formattedTime }}-${{ matrix.target_board }}
42
- uses: OUXT-Polaris/build-mbed-app-action@master
43
44
target_board: ${{ matrix.target_board }}
0 commit comments