We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd9bd commit 8cdad18Copy full SHA for 8cdad18
1 file changed
.github/workflows/config.yml
@@ -7,6 +7,10 @@ jobs:
7
version: ["7.4", "8.0", "8.1", "8.2"]
8
runs-on: ubuntu-latest
9
steps:
10
+ - name: Install package libbz2-dev
11
+ run: |
12
+ sudo apt-get update
13
+ sudo apt-get install -y libbz2-dev --no-install-recommends
14
- name: Checkout php-bsdiff
15
uses: actions/checkout@v2
16
- name: Setup PHP
0 commit comments