Skip to content

Do not crash on tid == -1 in sys_thr_set_name (#667) #480

Do not crash on tid == -1 in sys_thr_set_name (#667)

Do not crash on tid == -1 in sys_thr_set_name (#667) #480

Workflow file for this run

name: Development Build
on:
push:
branches:
- main
concurrency: dev-${{ github.ref }}
jobs:
windows:
name: Build
uses: ./.github/workflows/ci-windows.yml
linux:
name: Build
uses: ./.github/workflows/ci-linux.yml
mac:
name: Build
uses: ./.github/workflows/ci-mac.yml