Skip to content

Commit a3153e6

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: brew install pcre
3838
- name: Install PCRE dependencies (Windows)
3939
if: runner.os == 'Windows'
40+
run: choco install openssl
4041
run: choco install pcre
4142
- run: nimble install -Y
4243
- run: nim c -r src/${{ github.event.repository.name }}.nim

0 commit comments

Comments
 (0)