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:
parent
22e19c7b5c
commit
ab6661b9c4
3
.github/workflows/haskell.yml
vendored
3
.github/workflows/haskell.yml
vendored
@ -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
|
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2
|
||||||
|
|
||||||
- name: Restore from cache
|
- name: Restore from cache
|
||||||
if: steps.cache-cabal.outputs.cache-hit == 'true'
|
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true
|
||||||
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache
|
|
||||||
|
|
||||||
- name: Build & test
|
- name: Build & test
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user