Skip to content

Commit 81b9340

Browse files
committed
Use XP entrypoint from Balto instead of Bintray
See xp-runners/reference#81
1 parent f8683fb commit 81b9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: >
54-
curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-8.2.0.sh > xp-run &&
54+
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.5.0.sh > xp-run &&
5555
composer install --prefer-dist &&
5656
echo "vendor/autoload.php" > composer.pth
5757

0 commit comments

Comments
 (0)