diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-02-29 19:02:32 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-02-29 19:02:32 +0100 |
| commit | 069f16523199c7f4a5550985fb9d2107c1e92a3c (patch) | |
| tree | 336cd932459577c6769c95355beb443715dd7e61 /.github | |
| parent | 1d5ff8593ca2d36cc9c9915b959ba3cd4868b8e7 (diff) | |
remove sokol_imgui.h from the rust bindings (trouble with GH Actions)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 91ad2a92..946e8291 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -57,7 +57,6 @@ jobs: - uses: actions/checkout@v4 with: repository: floooh/sokol-rust - submodules: recursive path: bindgen/sokol-rust - name: generate run: | @@ -222,7 +221,6 @@ jobs: - uses: actions/checkout@v4 with: repository: floooh/sokol-rust - submodules: recursive - uses: actions/download-artifact@v3 with: name: ignore-me-rust |