This commit is contained in:
parhelia512 2025-12-13 00:08:06 +08:00
parent 07ee961275
commit 5b7ac27608

View File

@ -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