Skip to content

Commit

Permalink
github: Install mbedTLS on darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jan 28, 2024
1 parent 6ab25b9 commit dc9f490
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v1

- name: Install Mbed TLS
run: brew install mbedtls

- name: Install ninja
run: brew install ninja

Expand All @@ -19,4 +22,4 @@ jobs:
run: cd build && ninja

- name: Test
run: cd build && ctest --output-on-failure
run: cd build && ctest --output-on-failure

0 comments on commit dc9f490

Please sign in to comment.