mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: fix update-ada script
PR-URL: https://github.com/nodejs/node/pull/46550 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
65854f1348
commit
36402f0192
1
tools/dep_updaters/update-ada.sh
Normal file → Executable file
1
tools/dep_updaters/update-ada.sh
Normal file → Executable file
@@ -34,7 +34,6 @@ echo "Fetching ada source archive..."
|
||||
curl -sL -o "$ADA_ZIP" "https://github.com/ada-url/ada/releases/download/$ADA_REF/singleheader.zip"
|
||||
unzip "$ADA_ZIP"
|
||||
rm "$ADA_ZIP"
|
||||
rm ./*_demo.cpp
|
||||
|
||||
curl -sL -o "$ADA_LICENSE" "https://raw.githubusercontent.com/ada-url/ada/HEAD/LICENSE-MIT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user