1.0.0 Alpha Release #59
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ image: php:8.1
|
||||||
before_script:
|
before_script:
|
||||||
# Install some stuff that the image doesn't come with
|
# Install some stuff that the image doesn't come with
|
||||||
- apt update -yqq
|
- apt update -yqq
|
||||||
- apt install git libpq-dev libzip-dev zip make -yqq
|
- apt install git libpq-dev libzip-dev zip make wget -yqq
|
||||||
|
|
||||||
# Install phive
|
# Install phive
|
||||||
- wget -O phive.phar https://phar.io/releases/phive.phar
|
- wget -O phive.phar https://phar.io/releases/phive.phar
|
||||||
|
|
Loading…
Add table
Reference in a new issue