Skip to content

Commit

Permalink
update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 16, 2024
1 parent 631922d commit 8ef3ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
image: ${{ matrix.container_image }}
options: -v ${{ github.workspace }}:/work -w /work -e GITHUB_ACTIONS="true"
run: |
set -x
sh init.sh
bash install.sh --install-php 1 --install-phpy --install-python3 1
Expand All @@ -68,7 +69,9 @@ jobs:
- uses: actions/checkout@v4
- name: install swoole
run: |
set -x
bash install.sh --install-php 1 --install-phpy --install-python3 1
- name: show info
run: |
php -v
Expand Down

0 comments on commit 8ef3ba2

Please sign in to comment.