mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-31 15:26:18 +00:00
Update release.yml
This commit is contained in:
parent
010de9f598
commit
54e0bd92c7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
go-version: '1.21'
|
||||
|
||||
- name: Install dependencies for arm64
|
||||
- name: Install dependencies for amd64
|
||||
if: matrix.platform == 'arm64'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
@ -29,7 +29,6 @@ jobs:
|
|||
|
||||
- name: Install gopsutil
|
||||
run: |
|
||||
go get github.com/shirou/gopsuti
|
||||
go get github.com/shirou/gopsutil/cpu
|
||||
go get github.com/shirou/gopsutil/disk
|
||||
|
||||
|
|
Loading…
Reference in a new issue