Skip to content

Commit a2891d5

Browse files
authored
Update bsp_buildings.yml
1 parent 2524388 commit a2891d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,10 @@ jobs:
422422
echo "export PATH=~/.env/tools/scripts:$PATH" > ~/.env/env.sh
423423
- name: Cache GCC Arm Toolchain
424424
id: cache-gcc-arm
425-
uses: actions/cache@v4
425+
uses: actions/cache@main
426426
with:
427427
path: /opt/gcc-arm-none-eabi-10-2020-q4-major
428-
key: gcc-arm-none-eabi-10-2020-q4-major
428+
key: ${{ runner.os }}-arm-none-eabi-10-2020-q4-major
429429
- name: Install Arm ToolChains
430430
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm' && success() && (steps.cache-gcc-arm.outputs.cache-hit != 'true') }}
431431
shell: bash

0 commit comments

Comments
 (0)