We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7cb2e commit 33972e3Copy full SHA for 33972e3
1 file changed
.github/workflows/msys2.yml
@@ -26,7 +26,7 @@ jobs:
26
update: true
27
install: git gcc autotools base-devel autoconf netcat
28
- name: configure wolfSSL
29
- run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
+ run: ./autogen.sh && ./configure --disable-sys-ca-certs CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
30
- name: build wolfSSL
31
run: make
32
- name: run tests
0 commit comments