We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b8e78 commit 2c5e1cbCopy full SHA for 2c5e1cb
.github/workflows/test.yml
@@ -36,8 +36,9 @@ jobs:
36
repo-token: ${{ secrets.GITHUB_TOKEN }}
37
- name: Ensure PCRE available
38
if: ${{ matrix.os == 'ubuntu-latest' }}
39
- run: |
40
- 'sudo apt update && sudo apt install -y libpcre3-dev'
+ uses: ConorMacBride/install-package@v1
+ with:
41
+ apt: 'libpcre3-dev'
42
- name: Run tests on POSIX
43
if: ${{ matrix.os != 'windows-latest' }}
44
run: |
0 commit comments