We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece6b8d commit 1d2186fCopy full SHA for 1d2186f
.github/workflows/darwin.yml
@@ -8,14 +8,11 @@ jobs:
8
- name: Check out code
9
uses: actions/checkout@v1
10
11
- - name: Install Mbed TLS
12
- run: brew install mbedtls
13
-
14
- name: Install ninja
15
run: brew install ninja
16
17
- name: Configure
18
- run: mkdir build && cd build && cmake -G Ninja -DNNG_ENABLE_TLS=ON ..
+ run: mkdir build && cd build && cmake -G Ninja ..
19
20
- name: build
21
run: cd build && ninja
0 commit comments