mirror of
https://github.com/UnnoTed/wireguird
synced 2025-03-12 13:45:29 +00:00
Updated workflow file
This commit is contained in:
parent
ef4572e1c0
commit
51769fe9bf
14
.github/workflows/deb.yml
vendored
14
.github/workflows/deb.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user