mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +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 }}
|
go-version: ${{ matrix.go_version }}
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
core/server/go.sum
|
core/server/go.sum
|
||||||
- name: Install Golang For Legacy Windows
|
- name: Install Golang For Legacy OS
|
||||||
if: matrix.cross_os == 'windowslegacy'
|
if: matrix.cross_os == 'windowslegacy' || matrix.cross_os == 'darwin-legacy'
|
||||||
run: |
|
run: |
|
||||||
curl -L -o go.7z https://github.com/throneproj/env_windows_legacy/releases/download/latest/go.7z
|
curl -L -o go.7z https://github.com/throneproj/env_windows_legacy/releases/download/latest/go.7z
|
||||||
7z x go.7z
|
7z x go.7z
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user