mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 11:28:25 +00:00
Remove coursier cache
The cache value seems to be corrupted: > Decoding error (36) : Restored data doesn't match checksum The cache value should be evicted from the cache in few days.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
||||
- uses: olafurpg/setup-scala@v13
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Coursier cache
|
||||
uses: coursier/cache-action@v6
|
||||
# - name: Coursier cache
|
||||
# uses: coursier/cache-action@v6
|
||||
- name: sbt ci ${{ github.ref }}
|
||||
run: sbt ci
|
||||
ci:
|
||||
|
Reference in New Issue
Block a user