Skip to content

Fix for windows x86_32 builds #13

Fix for windows x86_32 builds

Fix for windows x86_32 builds #13

Workflow file for this run

name: πŸ”— GHA
on:
workflow_dispatch:
pull_request:
branches:
- "*"
paths-ignore:
- "**/*.md"
- "LICENSE"
- "**/*.png"
- "**/*.svg"
- ".github/ISSUE_TEMPLATE/*"
- ".github/CODEOWNERS"
- "project/demo/*"
push:
branches:
- "master"
paths-ignore:
- "**/*.md"
- "LICENSE"
- "**/*.png"
- "**/*.svg"
- ".github/ISSUE_TEMPLATE/*"
- ".github/CODEOWNERS"
- "project/demo/*"
jobs:
static-checks:
name: πŸ“Š Static checks
uses: ./.github/workflows/static-checks.yml
gdextension-build:
name: βš™οΈ GDExtension
needs: static-checks
uses: ./.github/workflows/gdextension.yml