Skip to content

Commit ef9b637

Browse files
committed
log submodules
1 parent d4114ba commit ef9b637

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-bindings.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
submodules: recursive
2424
- name: try to fix bindings corruption
2525
run: |
26-
git submodule deinit -f src/bindings
27-
git submodule sync
28-
git submodule update --init --recursive
26+
ls -R .git/modules/src
27+
ls -R .git/modules/
2928
- name: Set up Nix
3029
run: echo "PATH=$PATH:/nix/var/nix/profiles/default/bin" >> $GITHUB_ENV
3130
- name: Disable smudging

0 commit comments

Comments
 (0)