mirror of
https://github.com/UnnoTed/wireguird
synced 2025-02-05 17:25:30 +00:00
Added package install test
This commit is contained in:
parent
4a01a90f97
commit
a1520de592
4
.github/workflows/deb.yml
vendored
4
.github/workflows/deb.yml
vendored
@ -31,6 +31,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod +x *.sh
|
chmod +x *.sh
|
||||||
./package_deb.sh
|
./package_deb.sh
|
||||||
|
|
||||||
|
- name: Install package
|
||||||
|
run: |
|
||||||
|
dpkg -i ./build/wireguird_amd64.deb
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user