From cdc95ef9127c1a2e4b6f178946b919133147c88f Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Sat, 14 Oct 2023 01:10:15 +0200 Subject: [PATCH] Remove cache --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db35ee0..ca93300 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,13 +53,6 @@ jobs: repository: ${{ inputs.openslide_winbuild_repo }} ref: ${{ inputs.openslide_winbuild_ref }} - - name: Cache sources - uses: actions/cache@v3 - with: - key: winbuild-tar - path: | - meson/subprojects/packagecache - tar - name: Build source zip run: ./build.sh -p "${{ inputs.pkgver }}" sdist - name: Prep artifact