We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d93d71 + 1254c93 commit d2c4284Copy full SHA for d2c4284
1 file changed
.github/workflows/macos-check.yml
@@ -17,14 +17,12 @@ jobs:
17
repository: wolfSSL/wolfssl.git
18
ref: master
19
- name: brew
20
- run: brew install automake
+ run: brew install autoconf automake libtool
21
- name: build wolfSSL
22
- run: ./autogen.sh && ./configure --enable-ssh --enable-cryptonly && make check && sudo make install
+ run: ./autogen.sh && ./configure --enable-wolfssh --enable-cryptonly && make check && sudo make install
23
- uses: actions/checkout@v2
24
- - name: autogen
25
- run: ./autogen.sh
26
- name: configure
27
- run: ./configure
+ run: autoreconf -ivf && ./configure
28
- name: make
29
run: make
30
- name: make check
0 commit comments