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 2524388 commit a2891d5Copy full SHA for a2891d5
.github/workflows/bsp_buildings.yml
@@ -422,10 +422,10 @@ jobs:
422
echo "export PATH=~/.env/tools/scripts:$PATH" > ~/.env/env.sh
423
- name: Cache GCC Arm Toolchain
424
id: cache-gcc-arm
425
- uses: actions/cache@v4
+ uses: actions/cache@main
426
with:
427
path: /opt/gcc-arm-none-eabi-10-2020-q4-major
428
- key: gcc-arm-none-eabi-10-2020-q4-major
+ key: ${{ runner.os }}-arm-none-eabi-10-2020-q4-major
429
- name: Install Arm ToolChains
430
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-arm' && success() && (steps.cache-gcc-arm.outputs.cache-hit != 'true') }}
431
shell: bash
0 commit comments