mirror of
https://github.com/UnnoTed/wireguird
synced 2025-02-05 17:25:30 +00:00
Create linux-x64-build.yml
This commit is contained in:
parent
a632c12bfb
commit
0684849487
14
.github/workflows/linux-x64-build.yml
vendored
Normal file
14
.github/workflows/linux-x64-build.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: linux 64 bit build
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: get code
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
- run: |
|
||||
apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user