Update release.yml

This commit is contained in:
quydang 2023-09-25 07:47:44 +07:00 committed by GitHub
parent 4e62cf3258
commit 775d01aa34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,11 @@ jobs:
sudo apt-get update
sudo apt install gcc-aarch64-linux-gnu
- name: Install gopsutil
run: |
go get github.com/shirou/gopsutil/cpu
go get github.com/shirou/gopsutil/disk
- name: Build x-ui
run: |
export CGO_ENABLED=1