fix: add GitHub server check to workflows and streamline CMake installation
Build / Build (push) Has been skipped
Release / gitea-draft-release (push) Successful in 2s
Release / prepare (push) Has been skipped
Release / build_linux (push) Has been skipped
Release / build_macos (push) Has been skipped
Release / build_windows (push) Has been skipped
Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled

This commit is contained in:
ShiftyX1
2025-12-09 00:58:41 +03:00
parent 3da03fdd7f
commit c7f98a176f
7 changed files with 101 additions and 90 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ on:
jobs:
build-windows:
if: github.server_url == 'https://github.com'
strategy:
matrix:
@@ -50,4 +51,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Windows-Build
path: 'packaged/*'
path: 'packaged/*'