File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : libfaust
2
2
3
3
env :
4
- FAUST_VERSION : 2.81.3
4
+ FAUST_VERSION : 2.81.3
5
5
FAUSTGEN_VERSION : " 1.78"
6
6
LLVM_PACKAGE_VERSION : " 18.1.8"
7
7
CMAKE_OSX_DEPLOYMENT_TARGET : " 10.15"
@@ -183,9 +183,9 @@ jobs:
183
183
184
184
- name : Build libmicrohttpd
185
185
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
189
189
cd libmicrohttpd
190
190
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
191
191
export TARGET=${{matrix.HOST}}
You can’t perform that action at this time.
0 commit comments