Skip to content

Commit

Permalink
Update submodulesync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsiravar authored Sep 20, 2023
1 parent a44e872 commit 632a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submodulesync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 632a346

Please sign in to comment.