diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-10-27 10:12:09 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-10-27 10:12:09 +0100 |
| commit | 4f2386121c103eaf85960322872ea31c9120b85e (patch) | |
| tree | e5349c577c48d72dc126f828fc310e01c603a5b9 /.github | |
| parent | cd70223016330a96f2f1abf4c9eb06e867e63b83 (diff) | |
sokol-d: move kassane/sokol-d to floooh/sokol-d
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index b7f6b4c4..e2c319dc 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: @@ -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: @@ -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: |