Skip to content

Commit

Permalink
[wip] github/workflows #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tarach committed Dec 18, 2023
1 parent 062a524 commit 80d039f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
with:
php-version: '8.3'
extensions: mbstring, xml, ctype, iconv, intl
ini-values: phar.readonly=Off

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Adjust phar extension settings
run: sudo echo "phar.readonly = Off" >> /etc/php/8.3/cli/conf.d/20-phar.ini

- name: Generate runtime
run: |
chmod +x ./bin/create
Expand Down

0 comments on commit 80d039f

Please sign in to comment.