We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87092d4 commit 7aec840Copy full SHA for 7aec840
1 file changed
.github/workflows/sandwich.yml
@@ -109,6 +109,12 @@ jobs:
109
# https://gitlab.haskell.org/ghc/ghc/-/issues/20592#note_391266
110
echo "C_INCLUDE_PATH=`xcrun --show-sdk-path`/usr/include/ffi" >> "$GITHUB_ENV"
111
112
+ echo "Current LDFLAGS: $LDFLAGS"
113
+ echo "Current CPPFLAGS: $CPPFLAGS"
114
+
115
+ echo "LDFLAGS=-L/opt/homebrew/opt/postgresql@18/lib" >> "$GITHUB_ENV"
116
+ echo "CPPFLAGS=-I/opt/homebrew/opt/postgresql@18/include" >> "$GITHUB_ENV"
117
118
- uses: haskell-actions/setup@v2
119
id: setup-haskell-cabal
120
name: Setup Haskell
0 commit comments