diff options
| author | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-07-05 10:29:45 -0300 |
|---|---|---|
| committer | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-07-05 10:36:10 -0300 |
| commit | e8af25536705ed6b5c93824d3d127f7929f08eba (patch) | |
| tree | 4f4bb37375340d512562a79c03f6ca1dec02e1d8 /.github | |
| parent | 22a75482433de85492cd7c7d63a69671b1c86108 (diff) | |
ci: drop sokol-d-nuklear-example-branch [wait merge]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 2ce5a954..d1b93c49 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -61,7 +61,6 @@ jobs: - uses: actions/checkout@main with: repository: kassane/sokol-d - ref: nuklear-example path: bindgen/sokol-d - uses: actions/checkout@main with: @@ -323,6 +322,7 @@ jobs: dub build :instancingcompute dub build :mrt dub build :noninterleaved + dub build :nuklear dub build :offscreen dub build :quad dub build :shapes |