From c0b9b9d0c8baec773b68b95d46f7efa5c4fc1bf1 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Sat, 26 Dec 2020 10:02:48 -0600 Subject: [PATCH] Install package dependencies --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f75d3f80f..ec089c0db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |