Skip to content

Commit 147079b

Browse files
committed
again
1 parent 482df12 commit 147079b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/simple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
ls c:/progra~1/postgr~1/17 || true
5151
ls c:/progra~1/postgr~1/16/lib || true
5252
ls c:/progra~1/postgr~1/17/lib || true
53+
54+
- name: Checkout
55+
uses: actions/checkout@v4
5356

5457
- name: More debug
5558
run:
5659
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
57-
58-
- name: Checkout
59-
uses: actions/checkout@v4
6060

6161
- name: Cache
6262
uses: actions/cache@v4

0 commit comments

Comments
 (0)