We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147079b commit 1c13a69Copy full SHA for 1c13a69
.github/workflows/simple.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: More debug
58
run:
59
- C:\ghcup\ghc\910~1.2\lib/../mingw//bin\clang.exe -o smalltest -IC:/PROGRA~1/POSTGR~1/17/include -LC:/PROGRA~1/POSTGR~1/17/lib small.c -lpq
+ C:\ghcup\ghc\910~1.2\lib/../mingw//bin\clang.exe -o smalltest -IC:/PROGRA~1/POSTGR~1/${{ matrix.psql }}/include -LC:/PROGRA~1/POSTGR~1/${{ matrix.psql }}/lib small.c -lpq
60
61
- name: Cache
62
uses: actions/cache@v4
0 commit comments