Skip to content

Commit dfca562

Browse files
committed
Try gcc
1 parent 1c13a69 commit dfca562

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/simple.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- name: Checkout
5555
uses: actions/checkout@v4
5656

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+
5761
- name: More debug
5862
run:
5963
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

Comments
 (0)