Skip to content

Commit 90d664e

Browse files
committed
yet another attempt
1 parent 02e8611 commit 90d664e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-majestic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
- name: build and test the runtime
356356
working-directory: ./src/runtime/haskell
357357
run: |
358-
cabal v1-install --extra-lib-dirs=../../../lib --extra-include-dirs=../../../include
358+
cabal v1-install --extra-lib-dirs=${{ github.workspace }}/lib --extra-include-dirs=${{ github.workspace }}/include
359359
cabal test
360360
361361
- name: build the compiler

0 commit comments

Comments
 (0)