diff options
| author | any1here <225423344+any1here@users.noreply.github.com> | 2025-11-06 17:22:44 +0100 |
|---|---|---|
| committer | any1here <225423344+any1here@users.noreply.github.com> | 2025-11-06 17:22:44 +0100 |
| commit | 1874b43e8ed07964cf10e9abd12f5ad984fb864c (patch) | |
| tree | d79653d1d2266795f348fe6cf0a5ec56070832d8 /.github/workflows | |
| parent | c59d14bce677da6cb1fca1e08861c3e3119f0e89 (diff) | |
Update C3 to 0.7.7 and change @extern to @cname
Diffstat (limited to '.github/workflows')
| -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 87e4736f..28cac67c 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -375,7 +375,7 @@ jobs: repository: floooh/sokol-c3 - uses: radekm/setup-c3@v2 with: - version: v0.7.5 + version: v0.7.7 - uses: actions/download-artifact@main with: name: ignore-me-c3 |