Skip to content

Bumped versions of both the compiler and the runtime #32

Bumped versions of both the compiler and the runtime

Bumped versions of both the compiler and the runtime #32

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
Test:
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main
Analyze:
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: Test
Coverage:
uses: BlockProject3D/workflows/.github/workflows/Coverage.yml@main
Release:
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: Test
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}