We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea1006 commit 082dc35Copy full SHA for 082dc35
.github/actions/setup/action.yml
@@ -37,5 +37,7 @@ runs:
37
run: |
38
cd ${{ inputs.kani_dir }}
39
git config --global --add safe.directory $(pwd)
40
- git submodule update --init --depth 1
+ # Workaround for occasionally failing to copy a file in s2n-quic that we
41
+ # don't actually care about
42
+ GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --depth 1
43
shell: bash
0 commit comments