We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdb6398 + 953eb5a commit fa4ded2Copy full SHA for fa4ded2
.github/workflows/haskell.yml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
cabal v2-update
48
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
50
51
- name: Restore from cache
52
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true
0 commit comments