brew install curl

This commit is contained in:
Jeroen van Rijn
2025-12-03 20:47:03 +01:00
parent 0bf1ca0435
commit 55ef0e26fa

View File

@@ -112,10 +112,14 @@ jobs:
- name: Get needed vendor libs
if: matrix.os == 'ubuntu-24.04-arm'
run: sudo apt-get install -y liblua5.4-dev
- name: Install libcurl
- name: Install libcurl (Ubuntu)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
run: |
sudo apt-get install libcurl4-openssl-dev
- name: Install libcurl (macOS)
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-latest'
run: |
brew install curl
- name: Compile needed Vendor
run: |
make -C vendor/stb/src