From 632a346a4444b5ef483999e6ef82e7623abb4ac4 Mon Sep 17 00:00:00 2001 From: Vishwas Siravara Date: Wed, 20 Sep 2023 13:28:08 -0700 Subject: [PATCH] Update submodulesync.yaml --- .github/workflows/submodulesync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodulesync.yaml b/.github/workflows/submodulesync.yaml index cdd9f04..dc36748 100644 --- a/.github/workflows/submodulesync.yaml +++ b/.github/workflows/submodulesync.yaml @@ -18,7 +18,7 @@ jobs: run: | git submodule update --remote # pin submodule to a commit, https://github.com/lima-vm/lima/commit/b357e260b1a03f0142c63b3e071b784ae66d5d34 - (cd src/lima && git remote -v) + (cd src/lima && git pull) (cd src/lima && git checkout b357e260b1a03f0142c63b3e071b784ae66d5d34) # TODO: Track back release once lima has v0.18.0 # (cd src/lima && git fetch --tags)