We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a26d3 commit d44583bCopy full SHA for d44583b
.github/workflows/linguist.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Install PCRE development headers
20
- run: sudo apt update && sudo apt install -y libpcre-dev
+ run: sudo apt update && sudo apt install -y libpcre3-dev
21
- name: Checkout linguist repo
22
uses: actions/checkout@v6
23
with:
0 commit comments