Update ci.yml for Ubuntu for libcurl

This commit is contained in:
gingerBill
2025-12-01 12:07:22 +00:00
parent eb1d103711
commit 99d8d728f4

View File

@@ -278,6 +278,10 @@ jobs:
sudo ./llvm.sh 18
echo "/usr/lib/llvm-18/bin" >> $GITHUB_PATH
- name: Install libcurl
run: |
sudo apt-get install libcurl4-openssl-dev
- name: Build Odin
run: ./build_odin.sh release