mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
Typo in cache updater
This commit is contained in:
9
.github/workflows/cache-update.yml
vendored
9
.github/workflows/cache-update.yml
vendored
@@ -4,8 +4,15 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '*/30 * * * *' # every 30m for testing
|
- cron: '*/30 * * * *' # every 30m for testing
|
||||||
|
|
||||||
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# Cache location for arm tools
|
# This workflow contains a single job called "build"
|
||||||
|
build:
|
||||||
|
# The type of runner that the job will run on
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
|
steps: # Cache location for arm tools
|
||||||
- name: Cache arm-none-eabi-gcc tools
|
- name: Cache arm-none-eabi-gcc tools
|
||||||
id: cache-arm-gcc
|
id: cache-arm-gcc
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user