Add mbedtls dependecy for vendor tests

This commit is contained in:
Jeroen van Rijn
2025-12-03 20:52:48 +01:00
parent 55ef0e26fa
commit e9d8f90216

View File

@@ -115,11 +115,11 @@ jobs:
- name: Install libcurl (Ubuntu)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
run: |
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libcurl4-openssl-dev libmbedtls-dev
- name: Install libcurl (macOS)
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-latest'
run: |
brew install curl
brew install curl mbedtls
- name: Compile needed Vendor
run: |
make -C vendor/stb/src
@@ -288,7 +288,7 @@ jobs:
- name: Install libcurl
run: |
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libcurl4-openssl-dev libmbedtls-dev
- name: Build Odin
run: ./build_odin.sh release