Skip to content

Commit

Permalink
Fix sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer committed Oct 16, 2023
1 parent ad63c04 commit b0a8976
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 @@ -28,7 +28,7 @@ jobs:
run: wget https://github.com/box-project/box/releases/download/4.4.0/box.phar

- name: Set phar.readonly=0
run: sudo echo "phar.readonly=0" > /etc/php/8.1/cli/conf.d/99-phar.ini
run: sudo sh -c 'echo "phar.readonly=0" > /etc/php/8.1/cli/conf.d/99-phar.ini'

### Debug

Expand Down

0 comments on commit b0a8976

Please sign in to comment.