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
+3 -1
View File
@@ -8,8 +8,10 @@ on:
jobs:
build:
# Only run on GitHub, skip on Gitea
if: github.server_url == 'https://github.com'
name: Build
uses: ./.github/workflows/cmake.yml
with:
build_type: Release
run_tests: true
run_tests: true