Skip to content

Commit

Permalink
fix: extension casing
Browse files Browse the repository at this point in the history
  • Loading branch information
patoui committed Nov 29, 2024
1 parent 7f10dab commit e413a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ACCEPT_PECL_LICENSE: 'yes'

- name: Enable SeasClick extension
run: echo "extension=seasclick.so" | sudo tee /etc/php/8.3/cli/conf.d/30-seasclick.ini
run: echo "extension=SeasClick.so" | sudo tee /etc/php/8.3/cli/conf.d/30-seasclick.ini

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down

0 comments on commit e413a68

Please sign in to comment.