Skip to content

Fix C++ global static constructors not being called #139

Fix C++ global static constructors not being called

Fix C++ global static constructors not being called #139

Workflow file for this run

name: Build toolchain
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions: write-all
jobs:
trigger-build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"