From 3f87c4cc63e375482fbc6acf840e21d8964c1995 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 29 Oct 2020 21:21:20 +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 a354d26..a741f64 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-caches + key: ${{ runner.os }}-plugin-verifier-cache # Run IntelliJ Plugin Verifier action using GitHub Action - name: Verify Plugin