mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-08-27 03:49:31 +00:00
minor fix
This commit is contained in:
parent
6097d8970c
commit
4de845c733
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: apt update -y && apt install -y curl build-essential
|
||||
run: apt-get update -y && apt-get install -y curl build-essential
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
|
|||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
- name: Install Linux dependencies
|
||||
if: matrix.os == 'ubuntu'
|
||||
run: apt update -y && apt install -y libpcap-dev libasound2-dev libgtk-3-dev
|
||||
run: sudo apt-get update -y && apt-get install -y libpcap-dev libasound2-dev libgtk-3-dev
|
||||
|
||||
- name: Install Windows dependencies
|
||||
if: matrix.os == 'windows' && github.event_name != 'pull_request'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue