Skip to content

Commit

Permalink
Merge pull request #10391 from tscni/fix/phar-build-failure
Browse files Browse the repository at this point in the history
Fix Phar build failure
  • Loading branch information
orklah committed Nov 21, 2023
2 parents 577808b + 466bda0 commit 5f0332b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
command: bin/build-phar.sh
- run:
name: Smoke test Phar file
command: build/psalm.phar --version
# Change the root away from the project root to avoid conflicts with the Composer autoloader
command: build/psalm.phar --version --root build
- store_artifacts:
path: build/psalm.phar
- run:
Expand Down

0 comments on commit 5f0332b

Please sign in to comment.