Skip to content

Commit fa4ded2

Browse files
committed
Merge branch 'main' into all-code-dies-not-all-code-truly-lives
2 parents fdb6398 + 953eb5a commit fa4ded2

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)