mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-27 02:24:40 +00:00
Update release.yml
This commit is contained in:
parent
4e62cf3258
commit
775d01aa34
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue