mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-03 08:46: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:
|
with:
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
|
|
||||||
- name: Install dependencies for arm64
|
- name: Install dependencies for amd64
|
||||||
if: matrix.platform == 'arm64'
|
if: matrix.platform == 'arm64'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
@ -29,7 +29,6 @@ jobs:
|
||||||
|
|
||||||
- name: Install gopsutil
|
- name: Install gopsutil
|
||||||
run: |
|
run: |
|
||||||
go get github.com/shirou/gopsuti
|
|
||||||
go get github.com/shirou/gopsutil/cpu
|
go get github.com/shirou/gopsutil/cpu
|
||||||
go get github.com/shirou/gopsutil/disk
|
go get github.com/shirou/gopsutil/disk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue