Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jan 12, 2024
1 parent 4de845c commit fab85b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install Linux dependencies
if: matrix.os == 'ubuntu'
run: sudo apt-get update -y && apt-get install -y libpcap-dev libasound2-dev libgtk-3-dev
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' && github.event_name != 'pull_request'
Expand Down

0 comments on commit fab85b5

Please sign in to comment.