mirror of
https://github.com/UnnoTed/wireguird
synced 2025-02-05 09:25:29 +00:00
Replaced dpkg with APT
This commit is contained in:
parent
78278f3b83
commit
b51206c323
4
.github/workflows/deb.yml
vendored
4
.github/workflows/deb.yml
vendored
@ -34,8 +34,8 @@ jobs:
|
||||
|
||||
- name: Install package
|
||||
run: |
|
||||
sudo dpkg -i ./build/wireguird_amd64.deb
|
||||
sudo apt-get -f install
|
||||
sudo apt install ./build/wireguird_amd64.deb
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user