File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ jobs:
4343 - name : Install mcpp and config mirror
4444 run : |
4545 xlings install mcpp -y -g # install to global
46- xlings install mcpp -y # install to local project (TODO: optimize)
4746 mcpp --version
4847 mcpp self config --mirror GLOBAL
4948
5049 echo "mcpp debug info:"
5150 which mcpp
52- xlings use mcpp
5351 cat $HOME/.xlings/.xlings.json
5452
5553 - name : " GCC: mcpp new → run"
@@ -114,13 +112,11 @@ jobs:
114112 - name : Install mcpp and config mirror
115113 run : |
116114 xlings install mcpp -y -g # install to global
117- xlings install mcpp -y # install to local project (TODO: optimize)
118115 mcpp --version
119116 mcpp self config --mirror GLOBAL
120117
121118 echo "mcpp debug info:"
122119 which mcpp
123- xlings use mcpp
124120 cat $HOME/.xlings/.xlings.json
125121
126122 - name : " LLVM: mcpp new → run"
@@ -162,12 +158,10 @@ jobs:
162158 shell : pwsh
163159 run : |
164160 xlings install mcpp -y -g
165- xlings install mcpp -y
166161
167162 cat "$env:USERPROFILE\.xlings\.xlings.json"
168163 mcpp --version
169164 mcpp self config --mirror GLOBAL
170- xlings use mcpp
171165
172166 - name : " LLVM: mcpp new → run"
173167 shell : pwsh
You can’t perform that action at this time.
0 commit comments