Skip to content

Commit 1d2186f

Browse files
gdamoreJaylinYu
authored andcommitted
ci: stop using mbedTLS on darwin (stable) since stable doesn't support mbed 4.0
1 parent ece6b8d commit 1d2186f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/darwin.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ jobs:
88
- name: Check out code
99
uses: actions/checkout@v1
1010

11-
- name: Install Mbed TLS
12-
run: brew install mbedtls
13-
1411
- name: Install ninja
1512
run: brew install ninja
1613

1714
- name: Configure
18-
run: mkdir build && cd build && cmake -G Ninja -DNNG_ENABLE_TLS=ON ..
15+
run: mkdir build && cd build && cmake -G Ninja ..
1916

2017
- name: build
2118
run: cd build && ninja

0 commit comments

Comments
 (0)