From 301b6e0423d8b4afb2e3ee85dd5e891fcb2c0629 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 2 Jun 2021 09:00:22 -0500 Subject: [PATCH] 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 --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 167338c..4cbe703 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,16 +12,6 @@ jobs: with: path: example-application - - name: Cache Zephyr - uses: actions/cache@v2 - with: - path: | - bootloader - modules - tools - zephyr - key: ${{ hashFiles('example-application/west.yml') }} - - name: Initialize working-directory: example-application run: |