mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
Analysis workflow, fix mkdir.
This commit is contained in:
parent
994c095ed2
commit
d94b3f9b78
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -284,7 +284,7 @@ jobs:
|
|||
#make install_sw
|
||||
make install_dev
|
||||
cd ..
|
||||
make expat
|
||||
mkdir expat
|
||||
echo "curl expat"
|
||||
curl -L -k -s -S -o expat-2.2.10.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2_2_10/expat-2.2.10.tar.gz
|
||||
tar xzf expat-2.2.10.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue