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