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: |