From f16f395539cab5f72124965670185cc33abf88dd Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 6 Jul 2020 09:59:59 +0900 Subject: [PATCH] Disable GitHub Actions cache --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d00df3c4..7192c6c0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,16 +14,6 @@ jobs: java: [8, 11] steps: - uses: actions/checkout@v2 - - name: Cache - uses: actions/cache@v2 - env: - cache-name: cache-sbt-libs - with: - path: | - ~/.ivy2/cache - ~/.sbt - ~/.coursier - key: build-${{ env.cache-name }}-${{ hashFiles('build.sbt') }} - name: Set up JDK uses: actions/setup-java@v1 with: