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:
eikek
2022-04-09 14:35:47 +02:00
parent c61f30cb40
commit 907275f952
3 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@ jobs:
- uses: olafurpg/setup-scala@v13 - uses: olafurpg/setup-scala@v13
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- name: Coursier cache # - name: Coursier cache
uses: coursier/cache-action@v6 # uses: coursier/cache-action@v6
- name: sbt ci ${{ github.ref }} - name: sbt ci ${{ github.ref }}
run: sbt ci run: sbt ci
ci: ci:

View File

@ -23,8 +23,8 @@ jobs:
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
with: with:
working-directory: modules/webapp working-directory: modules/webapp
- name: Coursier cache # - name: Coursier cache
uses: coursier/cache-action@v6 # uses: coursier/cache-action@v6
- name: Set current version - name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: sbt ci ${{ github.ref }} - name: sbt ci ${{ github.ref }}

View File

@ -23,8 +23,8 @@ jobs:
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
with: with:
working-directory: modules/webapp working-directory: modules/webapp
- name: Coursier cache # - name: Coursier cache
uses: coursier/cache-action@v6 # uses: coursier/cache-action@v6
- name: Set current version - name: Set current version
run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
- name: sbt make-pkg (${{ env.DOCSPELL_VERSION }}) - name: sbt make-pkg (${{ env.DOCSPELL_VERSION }})