Skip to content

Commit 9e06ef6

Browse files
committed
Fix ci issues
1 parent 578f552 commit 9e06ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.PHONY: install-phive
22
install-phive:
33
mkdir tools; \
4-
wget -O tools/phive.phar https://phar.io/releases/phive.phar; \
5-
wget -O tools/phive.phar.asc https://phar.io/releases/phive.phar.asc; \
4+
wget -O tools/phive.phar https://github.com/phar-io/phive/releases/download/0.13.2/phive-0.13.2.phar; \
5+
wget -O tools/phive.phar.asc https://github.com/phar-io/phive/releases/download/0.13.2/phive-0.13.2.phar.asc; \
66
gpg --keyserver pool.sks-keyservers.net --recv-keys 0x9D8A98B29B2D5D79; \
77
gpg --verify tools/phive.phar.asc tools/phive.phar; \
88
chmod +x tools/phive.phar

0 commit comments

Comments
 (0)