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)