mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
fix
This commit is contained in:
parent
f69b1c46ba
commit
e53f59c987
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -60,8 +60,8 @@ jobs:
|
||||
go-version: ${{ matrix.go_version }}
|
||||
cache-dependency-path: |
|
||||
core/server/go.sum
|
||||
- name: Install Golang For Legacy Windows
|
||||
if: matrix.cross_os == 'windowslegacy'
|
||||
- name: Install Golang For Legacy OS
|
||||
if: matrix.cross_os == 'windowslegacy' || matrix.cross_os == 'darwin-legacy'
|
||||
run: |
|
||||
curl -L -o go.7z https://github.com/throneproj/env_windows_legacy/releases/download/latest/go.7z
|
||||
7z x go.7z
|
||||
|
||||
Loading…
Reference in New Issue
Block a user