git: Add `fmt` submodule

This commit is contained in:
Tyler Wilding 2020-10-16 21:19:42 -04:00 committed by refractionpcsx2
parent fd5378d9c1
commit 2764474274
4 changed files with 8 additions and 2 deletions

View File

@ -63,9 +63,10 @@ jobs:
with:
key: submodules-${{ hashFiles('./.gitmodules') }}
path: |
./.git/modules/
./3rdparty/fmt
./3rdparty/xz
./3rdparty/gtest
./.git/modules/
- name: Checkout Submodules
if: steps.cache-submodules.outputs.cache-hit != 'true'

View File

@ -63,9 +63,10 @@ jobs:
with:
key: submodules-${{ hashFiles('./.gitmodules') }}
path: |
./.git/modules/
./3rdparty/fmt
./3rdparty/xz
./3rdparty/gtest
./.git/modules/
- name: Checkout Submodules
if: steps.cache-submodules.outputs.cache-hit != 'true'

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "3rdparty/gtest"]
path = 3rdparty/gtest
url = https://github.com/google/googletest.git
[submodule "3rdparty/fmt/fmt"]
path = 3rdparty/fmt/fmt
url = https://github.com/fmtlib/fmt.git

1
3rdparty/fmt/fmt vendored Submodule

@ -0,0 +1 @@
Subproject commit bd3c792507e1a1003f7532088e976665dcbe4628