Skip to content

Commit 4c16287

Browse files
committed
Clean submodule
1 parent 3135d0f commit 4c16287

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-uthash.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
submodules: recursive
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121

22+
- name: Clean submodule changes
23+
run: |
24+
git submodule update --init src/libltfs/uthash_submodule
25+
git checkout -- src/libltfs/uthash_submodule
26+
2227
- name: Update submodule to latest
2328
run: |
2429
git submodule update --remote --merge src/libltfs/uthash_submodule

0 commit comments

Comments
 (0)