We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--sort-compiled-files
1 parent c80e1ea commit b4b3e73Copy full SHA for b4b3e73
.github/workflows/phar.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: "Compile PHAR"
73
working-directory: "compiler/build"
74
- run: "php ../box/vendor/bin/box compile --no-parallel"
+ run: "php ../box/vendor/bin/box compile --no-parallel --sort-compiled-files"
75
76
- uses: actions/upload-artifact@v4
77
with:
@@ -94,7 +94,7 @@ jobs:
94
95
- name: "Compile PHAR for checksum"
96
97
98
env:
99
PHAR_CHECKSUM: "1"
100
COMPOSER_ROOT_VERSION: "2.1.x-dev"
0 commit comments