From ad1cbd861e940e37a7a4049cbe3f153cc96a0944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Bayramo=C4=9Flu?= Date: Tue, 30 Apr 2024 21:09:44 +0200 Subject: [PATCH] Add extra-include/lib dirs to ci.yaml --- .github/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abfdbdcf..bfccb074 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,17 @@ jobs: ~/.cabal/store dist-newstyle key: ${{ matrix.os }}-${{ matrix.ghc }}-4-cabal + - name: Create cabal.project.local + shell: bash + run: | + cat > cabal.project.local <