Compare commits
2
Commits
v0.1.3
...
ece3f072dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ece3f072dd | ||
|
|
afc58da579 |
@@ -31,6 +31,7 @@ jobs:
|
|||||||
cat "$machine_id_file" > /etc/machine-id
|
cat "$machine_id_file" > /etc/machine-id
|
||||||
echo "Unity machine identity restored"
|
echo "Unity machine identity restored"
|
||||||
fi
|
fi
|
||||||
|
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
|
||||||
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
||||||
test -n "$unity_bin"
|
test -n "$unity_bin"
|
||||||
"$unity_bin" \
|
"$unity_bin" \
|
||||||
|
|||||||
@@ -11,5 +11,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.test-framework": "1.1.33",
|
"com.unity.test-framework": "1.1.33",
|
||||||
"com.cneicy.shrink-installer": "file:../../.."
|
"com.cneicy.shrink-installer": "file:../../.."
|
||||||
}
|
},
|
||||||
|
"testables": [
|
||||||
|
"com.cneicy.shrink-installer"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user