Skip to content

Commit c8cdf5c

Browse files
committed
chore: update ada to 2.4.0
1 parent a66db46 commit c8cdf5c

File tree

4 files changed

+2938
-2518
lines changed

4 files changed

+2938
-2518
lines changed

.github/update-ada.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ trap cleanup INT TERM EXIT
1717
cd "$WORKSPACE"
1818
curl -sL -o "ada" "https://github.com/ada-url/ada/releases/latest/download/singleheader.zip"
1919
unzip ada
20-
echo "$DEPENDENCIES_DIR"
21-
cp ada.h ada.cpp "$DEPENDENCIES_DIR"
20+
rm ada
21+
cp * "$DEPENDENCIES_DIR"

0 commit comments

Comments
 (0)