Updated workflow file

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

View File

@ -21,6 +21,16 @@ jobs:
with:
go-version: '1.20'
- name: Build
run: package_deb.sh
- 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: |
chmod +x *.sh
./package_deb.sh