From 4a01a90f97f5498ca0516955e8dcd8f989fbd296 Mon Sep 17 00:00:00 2001 From: Pau Giuli Date: Sun, 1 Oct 2023 16:03:46 +0200 Subject: [PATCH] Removed dependency install --- .github/workflows/deb.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: |