Skip to content

Commit 33972e3

Browse files
committed
Disable system CA certs for msys2 test.
1 parent 5d7cb2e commit 33972e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
update: true
2727
install: git gcc autotools base-devel autoconf netcat
2828
- name: configure wolfSSL
29-
run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
29+
run: ./autogen.sh && ./configure --disable-sys-ca-certs CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
3030
- name: build wolfSSL
3131
run: make
3232
- name: run tests

0 commit comments

Comments
 (0)