Skip to content

Tired of python requirements #7

Tired of python requirements

Tired of python requirements #7

Workflow file for this run

name: Build All
on:
push:
jobs:
build:
name: ${{ matrix.platform }}
secrets: inherit
uses: ./.github/workflows/build.yml
strategy:
fail-fast: false
matrix:
platform:
- Android
- iOS
- Linux
- Mac
- Windows
type:
- Profile
with:
platform: ${{ matrix.platform }}
type: ${{ matrix.type }}