Skip to content

Commit e7dec66

Browse files
committed
Tweak package installation action.
1 parent 2c5e1cb commit e7dec66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Ensure PCRE available
3838
if: ${{ matrix.os == 'ubuntu-latest' }}
39-
uses: ConorMacBride/install-package@v1
40-
with:
41-
apt: 'libpcre3-dev'
39+
run: |
40+
sudo apt update && sudo apt install libpcre3-dev
4241
- name: Run tests on POSIX
4342
if: ${{ matrix.os != 'windows-latest' }}
4443
run: |

0 commit comments

Comments
 (0)