From 357b0bd481cf9f9001749c7f68f83874b270f572 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:52:32 +0200 Subject: [PATCH] [CI] undo silly things and try more sensible stuff --- .gitea/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index db47d41..8cd86c3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -60,11 +60,8 @@ jobs: echo ::set-output name=display-name::${DISPLAY_NAME} - name: Checkout uses: actions/checkout@v3 - env: - cache-name: cache-zephyr-modules - test: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('manifest-dir/west.yml') }} - name: Cache west modules - uses: actions/cache@v3 + uses: actions/cache@v2 env: cache-name: cache-zephyr-modules with: