There was an error while loading. Please reload this page.
1 parent ffd25c0 commit 02e8611Copy full SHA for 02e8611
1 file changed
.github/workflows/build-majestic.yml
@@ -355,7 +355,7 @@ jobs:
355
- name: build and test the runtime
356
working-directory: ./src/runtime/haskell
357
run: |
358
- cabal v1-install --extra-lib-dirs=lib --extra-include-dirs=include
+ cabal v1-install --extra-lib-dirs=../../../lib --extra-include-dirs=../../../include
359
cabal test
360
361
- name: build the compiler
0 commit comments