mirror of
https://github.com/UnnoTed/wireguird
synced 2025-03-12 13:45:29 +00:00
Update linux-x64-build.yml
This commit is contained in:
parent
71ef1b0bc8
commit
d35b1af9e9
10
.github/workflows/linux-x64-build.yml
vendored
10
.github/workflows/linux-x64-build.yml
vendored
@ -6,10 +6,16 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: get code
|
||||
- name: Get code
|
||||
uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go
|
||||
- name: Compile
|
||||
run: |
|
||||
chmod +x ./*.sh
|
||||
./deps.sh
|
||||
./package.sh
|
||||
./install.sh
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user