Skip to content

Commit

Permalink
Show php info
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Nov 28, 2023
1 parent 4be0de6 commit 665fce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
default: true
override: true
- name: Setup PHP version
run: brew tap shivammathur/php && brew unlink php && ( brew install shivammathur/php/php@${{ matrix.php-version }} || true ) && brew link --force --overwrite shivammathur/php/php@${{ matrix.php-version }}
run: brew tap shivammathur/php && brew unlink php && ( brew install shivammathur/php/php@${{ matrix.php-version }} || true ) && brew link --force --overwrite shivammathur/php/php@${{ matrix.php-version }} && php -i

- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 665fce8

Please sign in to comment.