workaround warning in mbedTLS code

This commit is contained in:
Sergio R. Caprile 2023-11-03 10:37:14 -03:00
parent 351bd42bc4
commit 3b4672c109

View File

@ -78,7 +78,7 @@ jobs:
name: macos SSL=${{ matrix.ssl }} TFLAGS=${{ matrix.select }}
env:
SSL: ${{ matrix.ssl }}
TFLAGS: ${{ matrix.select }} -DNO_SNTP_CHECK
TFLAGS: ${{ matrix.select }} -DNO_SNTP_CHECK -Wno-sign-conversion" # Workaround for MbedTLS 3.5.0
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- uses: actions/checkout@v3