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 1c13a69 commit dfca562Copy full SHA for dfca562
.github/workflows/simple.yml
@@ -54,6 +54,10 @@ jobs:
54
- name: Checkout
55
uses: actions/checkout@v4
56
57
+ - name: More debug
58
+ run:
59
+ gcc -o smalltest -IC:/PROGRA~1/POSTGR~1/${{ matrix.psql }}/include -LC:/PROGRA~1/POSTGR~1/${{ matrix.psql }}/lib small.c -lpq
60
+
61
- name: More debug
62
run:
63
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
0 commit comments