diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-05-29 18:46:26 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-05-29 18:46:26 +0200 |
| commit | a138f0da4d55c504fe085778567cf3de171f6b4f (patch) | |
| tree | 635a97984457073d0e3c9bdbc4747237c56a331b /.github | |
| parent | d5e03368bba60c52397718b38f7980dfaa59a2f1 (diff) | |
GH Actions: fix gen_bindings.yml workflow file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index fe06273e..207bcb80 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -37,6 +37,8 @@ jobs: runs-on: ${{matrix.os} steps: - uses: actions/checkout@v2 + with: + repository: floooh/sokol-zig - uses: goto-bus-stop/setup-zig@v1 with: version: 0.9.0 |