Update .gitea/workflows/build.yml
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 3m28s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 3m37s

This commit is contained in:
EthanPisani 2025-02-19 01:03:39 -05:00
parent 39af8b3da5
commit 6cba4995dc

View File

@ -1,13 +1,9 @@
# https://game.ci/docs/github/getting-started
name: Build Actions
name: Build project
on:
pull_request:
branches: [ main,activity4 ]
workflow_dispatch:
on: [push, pull_request]
jobs:
buildAndTestForLinuxBasedPlatforms:
buildForAllSupportedPlatforms:
name: Build for ${{ matrix.targetPlatform }}
# runs-on: ubuntu-22.04-large
runs-on: ubuntu-latest