diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-11-19 13:29:12 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-11-19 13:29:12 +0100 |
| commit | bf8ebc538e6b6edf2d30892f657c4d3a34c040c6 (patch) | |
| tree | 73fbe160da6fe6a48c1474ef244f1dee5f92c0cb /.github | |
| parent | 09a31200a381974c0ecd2b1e94be9f66f62a35a5 (diff) | |
| parent | b517f27e7d6bdefc7883110e42dab27cba800b50 (diff) | |
Merge branch 'master' into experimental-vulkan
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index b7f6b4c4..713a7367 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -60,7 +60,7 @@ jobs: path: bindgen/sokol-rust - uses: actions/checkout@main with: - repository: kassane/sokol-d + repository: floooh/sokol-d path: bindgen/sokol-d - uses: actions/checkout@main with: @@ -131,7 +131,7 @@ jobs: repository: floooh/sokol-zig - uses: mlugg/setup-zig@v2 with: - version: master + version: 0.15.2 - uses: actions/download-artifact@main with: name: ignore-me-zig @@ -293,7 +293,7 @@ jobs: steps: - uses: actions/checkout@main with: - repository: kassane/sokol-d + repository: floooh/sokol-d - uses: egor-tensin/vs-shell@v2 # get cl.exe (default for Windows) - uses: dlang-community/setup-dlang@v2 with: @@ -374,7 +374,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 @@ -488,7 +488,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: kassane/sokol-d + repository: floooh/sokol-d ssh-key: ${{ secrets.GHACTIONS_D_PUSH }} - uses: actions/download-artifact@v4 with: |