diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-12-13 15:18:41 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-12-13 15:18:41 +0100 |
| commit | e0832c96e4bbc760fa8461a7e63155fda7b00b91 (patch) | |
| tree | 7d7cd2eafa75d83d85b2962343132455da6e00ad /.github/workflows | |
| parent | c66a1f04e6495d635c5e913335ab2308281e0492 (diff) | |
ci: update c3 version to 0.7.8 (see https://github.com/floooh/sokol-c3/pull/11)
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 f1a030ca..ffe6de65 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.7 + version: v0.7.8 - uses: actions/download-artifact@main with: name: ignore-me-c3 |