Removed dependency install

This commit is contained in:
Pau Giuli 2023-10-01 16:03:46 +02:00
parent 51769fe9bf
commit 4a01a90f97

View File

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