Skip to content

Commit 123116d

Browse files
committed
Update libmicrohttpd to 1.0.2 in CI.
1 parent fcd1039 commit 123116d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/libfaust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: libfaust
22

33
env:
4-
FAUST_VERSION: 2.81.3
4+
FAUST_VERSION: 2.81.3
55
FAUSTGEN_VERSION: "1.78"
66
LLVM_PACKAGE_VERSION: "18.1.8"
77
CMAKE_OSX_DEPLOYMENT_TARGET: "10.15"
@@ -183,9 +183,9 @@ jobs:
183183
184184
- name: Build libmicrohttpd
185185
run: |
186-
curl -L https://mirror.cyberbits.eu/gnu/libmicrohttpd/libmicrohttpd-0.9.76.tar.gz -o libmicrohttpd-0.9.76.tar.gz
187-
tar -xvf libmicrohttpd-0.9.76.tar.gz
188-
mv libmicrohttpd-0.9.76 libmicrohttpd
186+
curl -L https://mirror.cyberbits.eu/gnu/libmicrohttpd/libmicrohttpd-1.0.2.tar.gz -o libmicrohttpd-1.0.2.tar.gz
187+
tar -xvf libmicrohttpd-1.0.2.tar.gz
188+
mv libmicrohttpd-1.0.2 libmicrohttpd
189189
cd libmicrohttpd
190190
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
191191
export TARGET=${{matrix.HOST}}

0 commit comments

Comments
 (0)