Add git lfs pull to workflow.md (#32914)

old-commit-hash: edd042f308b74ec0e9f16462de1f869f20b6a1fd
This commit is contained in:
Xida Ren (Cedar)
2024-07-05 20:10:39 -04:00
committed by GitHub
parent e7ccd98e76
commit 8e27e0bc9c

View File

@@ -9,6 +9,7 @@ Most development happens on normal Ubuntu workstations, and not in cars or direc
```bash
# get the latest stuff
git pull
git lfs pull
git submodule update --init --recursive
# update dependencies