Skip to content

Commit

Permalink
Added downloading of system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 12, 2024
1 parent 8434e43 commit 25fa96a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/genisys-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
cache: poetry

- name: Install System Dependencies
run: sudo apt-get update && sudo apt-get install -y iptables-persistent netfilter-persistent vsftpd dnsmasq

- name: Install Genisys
run: sudo $(which poetry) install

Expand Down

0 comments on commit 25fa96a

Please sign in to comment.