diff options
| author | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-07-05 10:28:14 -0300 |
|---|---|---|
| committer | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-07-05 10:28:14 -0300 |
| commit | 22a75482433de85492cd7c7d63a69671b1c86108 (patch) | |
| tree | f209dc876b0419a39c141c2bf600b1e58baa4018 /.github | |
| parent | ad15fcd5c28acae9e97061d510a5d87dba8c692b (diff) | |
testing in CI/CD
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 0c22af9a..2ce5a954 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -61,6 +61,7 @@ jobs: - uses: actions/checkout@main with: repository: kassane/sokol-d + ref: nuklear-example path: bindgen/sokol-d - uses: actions/checkout@main with: |