Skip to content

Commit 134f422

Browse files
committed
Update update-uthash.yml
1 parent ff5e839 commit 134f422

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/update-uthash.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ jobs:
2121

2222
- name: Update submodule to latest
2323
run: |
24-
cd src/libltfs/uthash_submodule
25-
git fetch origin
26-
git checkout master
27-
git pull origin master
28-
cd ../../..
24+
git submodule update --remote --merge src/libltfs/uthash_submodule
2925
git add src/libltfs/uthash_submodule
3026
3127
- name: Check for changes

0 commit comments

Comments
 (0)