mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-09-01 07:54:37 +00:00
update package.yml to install linux dependencies
This commit is contained in:
parent
ebeb1a6951
commit
7427fdfb7a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
|
|
@ -40,6 +40,10 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Linux dependencies
|
||||
if: matrix.os == 'ubuntu'
|
||||
run: sudo apt-get update -y && sudo apt-get install -y libpcap-dev libasound2-dev libgtk-3-dev
|
||||
|
||||
- name: Install Windows dependencies
|
||||
if: matrix.os == 'windows'
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue