Skip to content

[update] split build.zig into files #11

[update] split build.zig into files

[update] split build.zig into files #11

Workflow file for this run

name: ci
on:
pull_request:
branches:
- trunk
jobs:
build:
strategy:
matrix:
#repo: [vulkan,wayland,X11,glfw,cimgui,spirv,glslang,shaderc]
repo: [vulkan]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tiawl/spaceporn-dep-action-ci@v1
with:
user: ${{ matrix.repo }}