Skip to content

Commit

Permalink
[skip ci] Re-enable nightly redis build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 29, 2024
1 parent e82b3b2 commit 548ed31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,6 @@ jobs:
repository: php-memcached-dev/php-memcached
path: memcached
- name: git checkout redis
# Currently fails to build
if: false
uses: actions/checkout@v4
with:
repository: phpredis/phpredis
Expand Down Expand Up @@ -933,8 +931,6 @@ jobs:
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
make -j$(/usr/bin/nproc)
- name: build redis
# Currently fails to build
if: false
run: |
cd redis
/opt/php/bin/phpize
Expand Down

0 comments on commit 548ed31

Please sign in to comment.