mirror of
https://github.com/UnnoTed/wireguird
synced 2025-02-05 17:25:30 +00:00
Removed dependency install
This commit is contained in:
parent
51769fe9bf
commit
4a01a90f97
10
.github/workflows/deb.yml
vendored
10
.github/workflows/deb.yml
vendored
@ -21,11 +21,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Install Package Dependencies
|
# - name: Install Package Dependencies
|
||||||
run: |
|
# run: |
|
||||||
echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections
|
# echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt-get install -y wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf
|
# sudo apt-get install -y wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf
|
||||||
|
|
||||||
- name: Build .deb
|
- name: Build .deb
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user