Skip to content

Commit

Permalink
Try use APCu in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Sep 9, 2021
1 parent 63dc717 commit 6e82be7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand All @@ -191,6 +192,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand Down Expand Up @@ -219,6 +221,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand Down Expand Up @@ -247,6 +250,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand Down Expand Up @@ -275,6 +279,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand Down Expand Up @@ -303,6 +308,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand Down Expand Up @@ -331,6 +337,7 @@ jobs:
sudo apt-get install -y \
php-cli \
php-pear \
php-apcu \
re2c
- name: Prepare
run: |
Expand Down

0 comments on commit 6e82be7

Please sign in to comment.