We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542ab0 commit a6e6bd7Copy full SHA for a6e6bd7
1 file changed
.github/workflows/codeql-analysis.yml
@@ -38,9 +38,9 @@ jobs:
38
39
- name: Install libmicrohttpd dependency
40
run: |
41
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.64.tar.gz -o libmicrohttpd-0.9.64.tar.gz ;
42
- tar -xzf libmicrohttpd-0.9.64.tar.gz ;
43
- cd libmicrohttpd-0.9.64 ;
+ curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-1.0.3.tar.gz -o libmicrohttpd-1.0.3.tar.gz ;
+ tar -xzf libmicrohttpd-1.0.3.tar.gz ;
+ cd libmicrohttpd-1.0.3 ;
44
./configure --disable-examples ;
45
make ;
46
sudo make install ;
0 commit comments