Skip to content

Commit

Permalink
install libpcre3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 16, 2025
1 parent 8c4e780 commit bb449c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
repository: wireshark/wireshark
- name: Install dependencies
if: steps.restore-cache.outputs.cache-hit != 'true'
run: sudo apt-get install -y cmake libglib2.0-dev libc-ares-dev libgcrypt20-dev flex bison byacc ninja-build
run: sudo apt-get install -y cmake libglib2.0-dev libc-ares-dev libgcrypt20-dev flex bison byacc ninja-build libpcre3-dev
- name: Build Wireshark
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit bb449c2

Please sign in to comment.