Skip to content

Commit

Permalink
fixup! WIP: use helper tool
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Aug 3, 2024
1 parent 5a770ca commit 7472cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/virtuerl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install prerequisites
run: |
sudo apt update
sudo apt install -y rebar3 g++ tree nftables ovmf swtpm
sudo apt install -y rebar3 g++ tree nftables ovmf swtpm make
- name: Enable IP forwarding
run: |
sudo tee /etc/sysctl.d/99-local.conf << EOF
Expand Down

0 comments on commit 7472cdb

Please sign in to comment.