Skip to content

Commit f3f2d7a

Browse files
committed
wip windows
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent a3153e6 commit f3f2d7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
- name: Install PCRE dependencies (Windows)
3939
if: runner.os == 'Windows'
4040
run: choco install openssl
41+
if: runner.os == 'Windows'
4142
run: choco install pcre
43+
4244
- run: nimble install -Y
4345
- run: nim c -r src/${{ github.event.repository.name }}.nim
4446
- run: nimble test

0 commit comments

Comments
 (0)