Skip to content

Commit

Permalink
more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Sep 23, 2022
1 parent bcf23e7 commit fcfe216
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

name:
- ubuntu-gcc
- macos-clang
# - macos-clang

# matrix names should be in next format:
# {php}-{ts}-{os.name}-{compiler}-{arch}
Expand Down Expand Up @@ -142,11 +142,11 @@ jobs:
with:
pecl: ./phalcon-pecl/phalcon-pecl.tgz

- name: Build Phalcon Extension (macOS)
uses: ./.github/actions/build-phalcon-mac
if: runner.os == 'macOS'
with:
pecl: ./phalcon-pecl/phalcon-pecl.tgz
# - name: Build Phalcon Extension (macOS)
# uses: ./.github/actions/build-phalcon-mac
# if: runner.os == 'macOS'
# with:
# pecl: ./phalcon-pecl/phalcon-pecl.tgz

- name: Build Phalcon Extension (Windows)
uses: ./.github/actions/build-phalcon-win
Expand Down

0 comments on commit fcfe216

Please sign in to comment.