Skip to content

Commit

Permalink
Extend PHP builds to github actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 26, 2024
1 parent 96a2810 commit 1ad6962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- os: macos-latest
arch: arm64
optimizations: -DED25519_REF10=ON
name: PHP ${{ matrix.php-version }} build on ${{ matrix.os }}
name: PHP ${{ matrix.php-version }} build on ${{ matrix.os }} for arch ${{ matrix.arch }}
steps:
- name: Install PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
Expand All @@ -29,7 +29,6 @@ jobs:
- uses: actions/checkout@v3
- name: Configure toolchain
run: |
sudo apt update
cmake --version
python3 --version
pip3 list --outdated
Expand Down

0 comments on commit 1ad6962

Please sign in to comment.