File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1515 ubuntu-18_04 :
1616 runs-on : ubuntu-18.04
1717 steps :
18+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
1819 - uses : actions/checkout@v2
1920 with :
2021 submodules : recursive
2627 ubuntu-20_04 :
2728 runs-on : ubuntu-20.04
2829 steps :
30+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
2931 - uses : actions/checkout@v2
3032 with :
3133 submodules : recursive
3739 windows-2019 :
3840 runs-on : windows-2019
3941 steps :
42+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
4043 - uses : actions/checkout@v2
4144 with :
4245 submodules : recursive
4750 windows-2022 :
4851 runs-on : windows-2022
4952 steps :
53+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
5054 - uses : actions/checkout@v2
5155 with :
5256 submodules : recursive
5761 macos-10_15 :
5862 runs-on : macos-10.15
5963 steps :
64+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
6065 - uses : actions/checkout@v2
6166 with :
6267 submodules : recursive
6772 macos-11 :
6873 runs-on : macos-11
6974 steps :
75+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
7076 - uses : actions/checkout@v2
7177 with :
7278 submodules : recursive
7783 macos-10_15_ios :
7884 runs-on : macos-10.15
7985 steps :
86+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
8087 - uses : actions/checkout@v2
8188 with :
8289 submodules : recursive
8794 macos-11_ios :
8895 runs-on : macos-11
8996 steps :
97+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
9098 - uses : actions/checkout@v2
9199 with :
92100 submodules : recursive
97105 windows-2019-android :
98106 runs-on : windows-2019
99107 steps :
108+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
100109 - uses : actions/checkout@v2
101110 with :
102111 submodules : recursive
@@ -108,6 +117,7 @@ jobs:
108117 ubuntu-20_04-android :
109118 runs-on : ubuntu-20.04
110119 steps :
120+ - run : git config --global url.https://github.com/.insteadOf git://github.com/
111121 - uses : actions/checkout@v2
112122 with :
113123 submodules : recursive
You can’t perform that action at this time.
0 commit comments