Skip to content

Commit 9f0b837

Browse files
committed
Build semantic-source in its own dir.
1 parent ca7e7e7 commit 9f0b837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cabal v2-run --project-file=cabal.project.ci semantic-tags:test
6767
cabal v2-run --project-file=cabal.project.ci semantic-tsx:test
6868
cabal v2-run --project-file=cabal.project.ci semantic-typescript:test
69-
cabal v2-run --project-file=cabal.project.ci semantic-source:test
69+
cd semantic-source && cabal v2-run --project-file=cabal.project.ci semantic-source:test
7070
7171
- name: Write out cache
7272
run: ./cabal-cache sync-to-archive --threads=2 --archive-uri=dist-cache

0 commit comments

Comments
 (0)