Skip to content

Commit

Permalink
Ensure PHP exists in MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
well-in-that-case committed Apr 23, 2024
1 parent 554ed4b commit a13aae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.30.3
- run: php scripts/compile.php clang
- run: php scripts/link_pluto.php clang
- run: php scripts/link_plutoc.php clang
Expand Down

0 comments on commit a13aae8

Please sign in to comment.