Skip to content

Commit

Permalink
use Debian setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 21, 2025
1 parent 490b080 commit 6a1c13a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ jobs:
if: steps.restore-cache.outputs.cache-hit != 'true'
with:
repository: wireshark/wireshark
- name: Install dependencies
if: steps.restore-cache.outputs.cache-hit != 'true'
run: sudo apt-get install -y cmake libgcrypt20-dev libgpg-error-dev libglib2.0-dev libc-ares-dev libgcrypt20-dev flex bison byacc ninja-build libpcre3-dev libpcre2-dev
# - name: Install dependencies
# if: steps.restore-cache.outputs.cache-hit != 'true'
# run: sudo apt-get install -y cmake libgcrypt20-dev libgpg-error-dev libglib2.0-dev libc-ares-dev libgcrypt20-dev flex bison byacc ninja-build libpcre3-dev libpcre2-dev
- name: Prepare build
run: ./tools/debian-setup.sh --install-all
- name: Build Wireshark
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 6a1c13a

Please sign in to comment.