Skip to content

Commit

Permalink
gha: enable ip forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Jun 15, 2024
1 parent ec90caf commit e7fd92a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/virtuerl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
run: |
sudo apt update
sudo apt install -y rebar3 g++ tree nftables ovmf swtpm
- name: Enable IP forwarding
run: |
sudo tee /etc/sysctl.d/99-local.conf << EOF
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
EOF
sudo service procps restart
- name: Test
run: |
sudo rebar3 ct
Expand Down

0 comments on commit e7fd92a

Please sign in to comment.