aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-03-29 19:08:35 +0200
committerAndre Weissflog <floooh@gmail.com>2023-03-29 19:08:35 +0200
commiteb15c0da1c15f2f6158bc9bdd36130c0dede7f9a (patch)
treee30b14033697848dcb7293b9c312daba096f5c27 /.github
parentddc36813b9a042664d1c7c5fbb37b743a28c4524 (diff)
gh actions: remove recursive git strategt from deploy-rust step
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml1
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: