mirror of https://github.com/PCSX2/pcsx2.git
git: Add `fmt` submodule
This commit is contained in:
parent
fd5378d9c1
commit
2764474274
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bd3c792507e1a1003f7532088e976665dcbe4628
|
Loading…
Reference in New Issue