From 1ad6962398b06ca9e94914ef8ff781d4003c8992 Mon Sep 17 00:00:00 2001 From: SergeySeroshtan Date: Thu, 25 Apr 2024 23:01:12 -0400 Subject: [PATCH] Extend PHP builds to github actions 2 --- .github/workflows/build-php.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-php.yml b/.github/workflows/build-php.yml index b86742cbc..9cc478e89 100644 --- a/.github/workflows/build-php.yml +++ b/.github/workflows/build-php.yml @@ -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 @@ -29,7 +29,6 @@ jobs: - uses: actions/checkout@v3 - name: Configure toolchain run: | - sudo apt update cmake --version python3 --version pip3 list --outdated