mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-27 09:27:55 +03:00
Update deploy-binaries.yml
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -39,27 +39,33 @@ jobs:
|
||||
pip install
|
||||
nuitka imageio
|
||||
|
||||
- name: Install go 1.20 dependencies
|
||||
- name: Set up go 1.20
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.20"
|
||||
- run: |
|
||||
|
||||
- name: Install go 1.20 dependencies
|
||||
run: |
|
||||
go version
|
||||
python3 -m pip install "hysteria > 1.3.5"
|
||||
|
||||
- name: Install go 1.21 dependencies
|
||||
- name: Set up go 1.21
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.21"
|
||||
- run: |
|
||||
|
||||
- name: Install go 1.21 dependencies
|
||||
run: |
|
||||
go version
|
||||
python3 -m pip install "tun2socks > 2.5.1"
|
||||
|
||||
- name: Install go 1.22 dependencies
|
||||
- name: Set up go 1.22
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.22"
|
||||
- run: |
|
||||
|
||||
- name: Install go 1.22 dependencies
|
||||
run: |
|
||||
go version
|
||||
python3 -m pip install "Xray-core >= 1.8.8" "hysteria2 >= 2.0.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user