fix(build): Temporarily disable user build caching
* GH Actions errors, disabling caching of west modules for now.
This commit is contained in:
parent
b5efc7a7eb
commit
16ffc7aca6
1 changed files with 10 additions and 9 deletions
13
.github/workflows/build-user-config.yml
vendored
13
.github/workflows/build-user-config.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue