mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-26 22:38:26 +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/release-nightly.yml
vendored
4
.github/workflows/release-nightly.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: modules/webapp
|
||||
- name: Coursier cache
|
||||
uses: coursier/cache-action@v6
|
||||
# - name: Coursier cache
|
||||
# uses: coursier/cache-action@v6
|
||||
- name: Set current version
|
||||
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
|
||||
- name: sbt ci ${{ github.ref }}
|
||||
|
Reference in New Issue
Block a user