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 482df12 commit 147079bCopy full SHA for 147079b
.github/workflows/simple.yml
@@ -50,13 +50,13 @@ jobs:
50
ls c:/progra~1/postgr~1/17 || true
51
ls c:/progra~1/postgr~1/16/lib || true
52
ls c:/progra~1/postgr~1/17/lib || true
53
+
54
+ - name: Checkout
55
+ uses: actions/checkout@v4
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
-
- - name: Checkout
- uses: actions/checkout@v4
60
61
- name: Cache
62
uses: actions/cache@v4
0 commit comments