fix(build): Temporarily disable user build caching

* GH Actions errors, disabling caching of west
  modules for now.
This commit is contained in:
Peter Johanson 2022-04-29 15:19:47 +00:00
parent b5efc7a7eb
commit 16ffc7aca6
1 changed files with 10 additions and 9 deletions

View File

@ -4,18 +4,18 @@ on:
workflow_call:
inputs:
build_matrix_path:
description: 'Path to the build matrix file'
default: 'build.yaml'
description: "Path to the build matrix file"
default: "build.yaml"
required: false
type: string
config_path:
description: 'Path to the config directory'
default: 'config'
description: "Path to the config directory"
default: "config"
required: false
type: string
fallback_binary:
description: 'Fallback binary format, if no *.uf2 file was built'
default: 'bin'
description: "Fallback binary format, if no *.uf2 file was built"
default: "bin"
required: false
type: string
@ -71,6 +71,7 @@ jobs:
- name: Cache west modules
uses: actions/cache@v3.0.1
if: false # Disabled for now, caching is broken
env:
cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules
with: