ci: Remove cache

CI is failing and it seems related to cache.  Remove for now to get
CI passing again.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-06-02 09:00:22 -05:00 committed by Kumar Gala
parent af6b7128e5
commit 301b6e0423

View file

@ -12,16 +12,6 @@ jobs:
with: with:
path: example-application path: example-application
- name: Cache Zephyr
uses: actions/cache@v2
with:
path: |
bootloader
modules
tools
zephyr
key: ${{ hashFiles('example-application/west.yml') }}
- name: Initialize - name: Initialize
working-directory: example-application working-directory: example-application
run: | run: |