This commit is contained in:
2024-12-25 11:21:51 +01:00
parent 5070a9b2c2
commit 0eec2d1c91

View File

@@ -105,6 +105,10 @@ function package_install {
fi
}
is_github_actions() {
[ -d "/home/runner" ] || [ -d "$HOME/runner" ]
}
function myplatform {
if [[ "${OSTYPE}" == "darwin"* ]]; then