Skip to content

Commit a6e6bd7

Browse files
committed
libmicrohttpd to 1.0.3 in codeql checks
1 parent e542ab0 commit a6e6bd7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838

3939
- name: Install libmicrohttpd dependency
4040
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 ;
41+
curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-1.0.3.tar.gz -o libmicrohttpd-1.0.3.tar.gz ;
42+
tar -xzf libmicrohttpd-1.0.3.tar.gz ;
43+
cd libmicrohttpd-1.0.3 ;
4444
./configure --disable-examples ;
4545
make ;
4646
sudo make install ;

0 commit comments

Comments
 (0)