diff options
| author | Radek Micek <radek.micek@gmail.com> | 2025-09-14 22:15:38 +0200 |
|---|---|---|
| committer | Radek Micek <radek.micek@gmail.com> | 2025-09-16 11:56:19 +0200 |
| commit | 5b5d5397d7c4d5084805f9c50db3509ad72e2d1f (patch) | |
| tree | 55be568e20aeb9757ae2e686fa4495333329c6df /.github | |
| parent | dd955ed18ee402e1ce660c021ed03f9d6bbf261e (diff) | |
Change C3 bindgen to generate more idiomatic types
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 3006788b..0987aeff 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -374,7 +374,7 @@ jobs: repository: floooh/sokol-c3 - uses: radekm/setup-c3@v2 with: - version: v0.7.2 + version: v0.7.5 - uses: actions/download-artifact@main with: name: ignore-me-c3 |