Skip to content

Commit

Permalink
Update build-phar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 11, 2020
1 parent 1f70101 commit 920cc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
composer-${{ runner.os }}-
composer-
- name: Install dependencies
run: composer require humbug/box --dev
run: composer config minimum-stability dev && composer require humbug/box --dev
- name: Build phar
run: composer run box compile
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 920cc9c

Please sign in to comment.