Skip to content

fix data race in release #270

fix data race in release

fix data race in release #270

Workflow file for this run

name: Build
on:
push:
jobs:
components:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'components'
context:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'context'
coro:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'coro'
fiber:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'fiber'
executor:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'executor'