Skip to content

Commit 0868c04

Browse files
committed
Try fixing PHAR
1 parent ba0e3be commit 0868c04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phar.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
working-directory: "compiler"
5656
run: "php bin/prepare"
5757

58+
- name: "Dump autoloader one more time for attributes"
59+
run: "composer dump"
60+
5861
- name: "Compile PHAR"
5962
working-directory: "compiler/build"
6063
run: "php box.phar compile --no-parallel"

0 commit comments

Comments
 (0)