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 ada3637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Ensure PHP Exists
- 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 ada3637

Please sign in to comment.