Skip to content

Commit cb747f2

Browse files
committed
ci: try installing nettle for windows
1 parent 3a7b5e5 commit cb747f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
},
3131
{
3232
"os": "windows-2022",
33+
"install": "pacman -S mingw-w64-x86_64-{clang,pkg-config,nettle} libnettle-devel",
3334
"args": "--features crypto-cng --no-default-features",
3435
},
3536
{

0 commit comments

Comments
 (0)