Added missing fmt submodule to Linux build steps

Aaron Johnson 2023-10-05 14:50:58 -05:00
parent b67532b8c5
commit f656e204e0
1 changed files with 1 additions and 1 deletions

@ -49,7 +49,7 @@ Externals/cubeb \
Externals/implot \
Externals/gtest \
Externals/rcheevos \
Externals/fmt \
&& git pull --recurse-submodules
```