Skip to content

Commit

Permalink
[chore] キャッシュ付きビルドのキャッシュを消し飛ばす
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 authored Sep 29, 2021
1 parent 5b746d7 commit d0c9856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v2
env:
cache-name: cache-build-dependencies
cache-version: v-2
cache-version: v-3
with:
# sbt等は$HOMEではなくユーザーディレクトリを見ているようで、
# GH Actionsでの ~ は /github/home/ に展開されるにもかかわらず
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/cache@v2
env:
cache-name: cache-build
cache-version: v-2
cache-version: v-3
with:
path: |
target
Expand Down

0 comments on commit d0c9856

Please sign in to comment.