diff --git a/ShhShell.pxd b/ShhShell.pxd index b576bdd..ed45763 100644 Binary files a/ShhShell.pxd and b/ShhShell.pxd differ diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index d32167f..1c50ce6 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -9,6 +9,6 @@ #working dir starts at /Volumes/workspace/repository/ci_scripts cd .. mkdir Frameworks; cd Frameworks -wget -O frameworks.zip https://files.catbox.moe/8094yg.zip +curl -o frameworks.zip https://files.catbox.moe/8094yg.zip unzip frameworks.zip rm frameworks.zip