diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-03-29 19:08:35 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-03-29 19:08:35 +0200 |
| commit | eb15c0da1c15f2f6158bc9bdd36130c0dede7f9a (patch) | |
| tree | e30b14033697848dcb7293b9c312daba096f5c27 /.github | |
| parent | ddc36813b9a042664d1c7c5fbb37b743a28c4524 (diff) | |
gh actions: remove recursive git strategt from deploy-rust step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index d03f8f31..2f6f3ca8 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -341,7 +341,6 @@ jobs: - uses: actions/checkout@v3 with: repository: floooh/sokol-rust - submodules: recursive ssh-key: ${{ secrets.GHACTIONS_RUST_PUSH }} - uses: actions/download-artifact@v3 with: |