From 4ff752256066eaf746304d8672beca6cb8a5dbd0 Mon Sep 17 00:00:00 2001 From: Tom Tang Date: Mon, 29 May 2023 23:24:17 +0000 Subject: [PATCH] ci: do not cache the `./build` dir --- .github/workflows/test-and-publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-and-publish.yaml b/.github/workflows/test-and-publish.yaml index 0452ef81..260f317a 100644 --- a/.github/workflows/test-and-publish.yaml +++ b/.github/workflows/test-and-publish.yaml @@ -38,7 +38,6 @@ jobs: uses: actions/cache@v3 with: path: | - ./build/* ./firefox-102.2.0/* ./_spidermonkey_install/* key: ${{ runner.os }}-spidermonkey