Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit eb64988

Browse files
committed
Explicitly configure semantic-source.
1 parent 90475c0 commit eb64988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
cabal v2-update
4848
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-tests --write-ghc-environment-files=always -j2
49+
cd semantic-source && cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-tests --write-ghc-environment-files=always -j2
4950
5051
- name: Restore from cache
5152
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true

0 commit comments

Comments
 (0)