diff options
| author | Radek Micek <radek.micek@gmail.com> | 2025-03-31 09:30:23 +0200 |
|---|---|---|
| committer | Radek Micek <radek.micek@gmail.com> | 2025-06-13 23:02:50 +0200 |
| commit | 8c4db4332211025ffce87d6196e8d32b83310091 (patch) | |
| tree | 1904e6a19b3ac957bbddfc4217824e8cf2c25844 /.github | |
| parent | 55af0a43deff7e9907ffeb5112b5c6ed1480bfb7 (diff) | |
Update C3 language to version 0.7.2
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 e0ab8b15..4fc2274f 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -371,7 +371,7 @@ jobs: repository: floooh/sokol-c3 - uses: radekm/setup-c3@v2 with: - version: v0.6.6 + version: v0.7.2 - uses: actions/download-artifact@main with: name: ignore-me-c3 |