Skip to content

Commit

Permalink
added netfiler and iptables packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyBergle committed Apr 12, 2024
1 parent f13d678 commit d44cfb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/genisys-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-
- name: Install System Dependencies
run: sudo apt-get update && sudo apt-get install -y iptables-persistent netfilter-persistent

- name: Install Dependencies
run: |
sudo $(which poetry) install
Expand Down

0 comments on commit d44cfb8

Please sign in to comment.