Skip to content

Commit 59ad718

Browse files
committed
Build with Windows Credential Manager on GH Actions
1 parent 8edb616 commit 59ad718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
autoreconf -i
110110
# The only function from libwinpthread is clock_gettime()
111-
./configure --with-tls=sspi --disable-nls LDFLAGS=-Wl,-Bstatic,-lwinpthread
111+
./configure --with-tls=sspi --with-vault=credman --disable-nls LDFLAGS=-Wl,-Bstatic,-lwinpthread
112112
- name: Build
113113
run: |
114114
make

0 commit comments

Comments
 (0)