From 94425091858748665f3259da3dfff8694ded14bd Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 29 Oct 2020 21:21:42 +0100 Subject: [PATCH] Cache downloaded IDEs used by Plugin Verifier for the verification --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a741f64..512c5c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,7 +174,7 @@ jobs: uses: actions/cache@v2 with: path: ~/.pluginVerifier/ides - key: ${{ runner.os }}-plugin-verifier-cache + key: ${{ runner.os }}-plugin-verifier-idesxxx # Run IntelliJ Plugin Verifier action using GitHub Action - name: Verify Plugin