From e9d8f90216d97f17acab8bd5e1dfdd8fbe8c3868 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Wed, 3 Dec 2025 20:52:48 +0100 Subject: Add mbedtls dependecy for vendor tests --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 690cb83df..dc5e4f592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3