Install package dependencies

This commit is contained in:
Jamil Bou Kheir
2020-12-26 10:02:48 -06:00
parent 130f84410b
commit c0b9b9d0c8

View File

@@ -26,8 +26,8 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- name: Install route
run: sudo apt-get install net-tools
- name: Install package dependencies
run: sudo apt-get install net-tools wireguard-tools
- uses: actions/checkout@v2
- name: Install Runtimes
run: |