1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 16:51:16 +01:00

Fix build

This commit is contained in:
Daniil Gentili 2022-05-01 01:54:49 +02:00
parent 14ff35c77c
commit 6afa4491e4
2 changed files with 3 additions and 1 deletions

2
docs

@ -1 +1 @@
Subproject commit 3d82d8f26edfa58457e1aec212cd908b5e8935e8
Subproject commit 90ca301a61578ea7faca427babfbb9cdc06b9b7e

View File

@ -33,6 +33,8 @@ rm -f madeline.phar testing.madeline*
php8.0 $(which composer) update
php8.0 vendor/bin/phabel publish -d "$TAG"
rm -rf vendor*
git reset --hard
git checkout "$TAG.9998"
cd ..