1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Make sure we always run cabal-cache.

This commit is contained in:
Patrick Thomson 2020-05-20 14:12:47 -04:00
parent 22e19c7b5c
commit ab6661b9c4

View File

@ -50,8 +50,7 @@ jobs:
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2
- name: Restore from cache
if: steps.cache-cabal.outputs.cache-hit == 'true'
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true
- name: Build & test
run: |