trying to debug the folder structure

This commit is contained in:
Krasimir Angelov
2026-09-09 13:27:24 +02:00
parent 3e7edbba1e
commit f8c471adb4
+2
View File
@@ -355,6 +355,8 @@ jobs:
- name: build and test the runtime
working-directory: ./src/runtime/haskell
run: |
dir ${{ github.workspace }}\lib
dir ${{ github.workspace }}\include
cabal v1-install --extra-lib-dirs=${{ github.workspace }}\lib --extra-include-dirs=${{ github.workspace }}\include
cabal test