diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 00f6b5e..919d5d4 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -21,11 +21,11 @@ jobs: with: go-version: '1.20' - - name: Install Package Dependencies - run: | - echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections - sudo apt-get update - sudo apt-get install -y wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf +# - name: Install Package Dependencies +# run: | +# echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections +# sudo apt-get update +# sudo apt-get install -y wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf - name: Build .deb run: |