Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 31, 2023
1 parent 172656a commit f8693bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
composer update --optimize-autoloader
php prepare.php +nginx -with-c-compiler=gcc
php prepare.php +nginx # -with-c-compiler=gcc
bash make-install-deps.sh
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
export PATH=/usr/local/opt/bison/bin:/usr/local/opt/llvm/bin:$PATH
# brew bison --debug
curl https://detect-ip.xiaoshuogeng.com/ip/json | jq
echo ${{ env.BRANCH_NAME }}
echo ${{ github.actor }}
echo ${{ github.repository }}
Expand Down Expand Up @@ -117,7 +115,7 @@ jobs:
composer update --optimize-autoloader
php prepare.php +nginx -with-c-compiler=gcc
php prepare.php +nginx # -with-c-compiler=gcc
- name: Build
run: |
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

## 构建命令

>
复用 [jingjingxyk/swoole-cli `new_dev`分支](https://github.com/jingjingxyk/swoole-cli/tree/new_dev)
的 静态库构建流程
> 复用
> [jingjingxyk/swoole-cli](https://github.com/jingjingxyk/swoole-cli/tree/new_dev)
> 项目的 `new_dev`分支的静态库构建流程
> 本项目 只需要关注 `.github/workflow` 目录里配置文件的变更
```bash

Expand Down

0 comments on commit f8693bd

Please sign in to comment.