Update linux-x64-build.yml

This commit is contained in:
Alexander Bejarano 2024-11-01 21:29:34 +01:00 committed by GitHub
parent 71ef1b0bc8
commit d35b1af9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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