We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4114ba commit ef9b637Copy full SHA for ef9b637
.github/workflows/build-bindings.yml
@@ -23,9 +23,8 @@ jobs:
23
submodules: recursive
24
- name: try to fix bindings corruption
25
run: |
26
- git submodule deinit -f src/bindings
27
- git submodule sync
28
- git submodule update --init --recursive
+ ls -R .git/modules/src
+ ls -R .git/modules/
29
- name: Set up Nix
30
run: echo "PATH=$PATH:/nix/var/nix/profiles/default/bin" >> $GITHUB_ENV
31
- name: Disable smudging
0 commit comments