diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ecde2d25..2ca039bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: - uses: actions/download-artifact@v2 with: name: cloudfire-amd64 - - run: apt-get install -q -y wireguard + - run: sudo apt-get install -q -y wireguard - name: Test Install package env: DEBIAN_FRONTEND: noninteractive