mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update circleci config
This commit is contained in:
parent
94c70abcc4
commit
7a48126dcf
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run: sudo apt update && sudo apt install zlib1g-dev libsqlite3-dev
|
- run: sudo apt update && sudo apt install zlib1g-dev libsqlite3-dev
|
||||||
- run: sudo docker-php-ext-install bcmath pcntl zip
|
- run: sudo docker-php-ext-install pcntl zip
|
||||||
|
- run: sudo composer self-update
|
||||||
|
|
||||||
# Download and cache dependencies
|
# Download and cache dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue