Skip to content

Attempt at fixing build error in lua_ext patch v4 #46

Attempt at fixing build error in lua_ext patch v4

Attempt at fixing build error in lua_ext patch v4 #46

Workflow file for this run

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