Skip to content

Add supported languages to README #68

Add supported languages to README

Add supported languages to README #68

Workflow file for this run

################################################################################
# Push workflow running on a push to any branch
################################################################################
name: Push
on:
push:
branches:
- '**'
jobs:
build_x86:
uses: ./.github/workflows/build.yml
with:
arch: x86
type: Release
build_x64:
uses: ./.github/workflows/build.yml
with:
arch: x64
type: Release