Skip to content

Commit

Permalink
update mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqizjl committed Oct 4, 2022
1 parent 0dc2a33 commit ce61832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mac-build
on:
push:
branches: [ "7.4.x-4.8.x-release" ]
branches: [ "7.4.x-4.8.x" ]
tags:
- 7.4.*-4.8.*-r*-beta

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
cd bin
tar -cJvf swoole-cli-${{ github.sha }}.tar.xz swoole-cli LICENSE
mv swoole-cli-${{ github.sha }}.tar.xz ../swoole-cli-${{ github.sha }}.tar.xz
brew reinstall curl
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew reinstall curl
- name: Test background
uses: luchihoratiu/debug-via-ssh@main
with:
Expand Down

0 comments on commit ce61832

Please sign in to comment.